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 // Access vertex position value
const Vec3& getPos3(Index index) const { return _vertexBuffer.get<Vec3>(index); } const Vec3& getPos3(Index index) const { return _vertexBuffer.get<Vec3>(index); }
enum Topology enum Topology {
{
POINTS = 0, POINTS = 0,
LINES, LINES,
LINE_STRIP, LINE_STRIP,

View file

@ -202,4 +202,4 @@ protected:
void logError(const Block::Pointer& block, const char* error, ...); void logError(const Block::Pointer& block, const char* error, ...);
}; };
#endif #endif