Fix typo in previous commit *sighs*

--HG--
branch : trunk
This commit is contained in:
click
2010-07-10 05:46:21 +02:00
parent 478946284d
commit 63179eb772

View File

@@ -51,7 +51,7 @@ namespace VMAP
}
bool didHit() { return hit; }
protected:
ModelInstances *prims;
ModelInstance *prims;
bool hit;
};