FIx typos

This commit is contained in:
Sam Gateau 2014-12-22 15:44:46 -08:00
parent 435cabf75f
commit 6b88eaceb5
2 changed files with 2 additions and 3 deletions

View file

@ -63,8 +63,7 @@ public:
// Access vertex position value
const Vec3& getPos3(Index index) const { return _vertexBuffer.get<Vec3>(index); }
enum Topology
{
enum Topology {
POINTS = 0,
LINES,
LINE_STRIP,