mirror of
https://github.com/overte-org/overte.git
synced 2025-04-08 07:12:40 +02:00
FIx typos
This commit is contained in:
parent
435cabf75f
commit
6b88eaceb5
2 changed files with 2 additions and 3 deletions
|
@ -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,
|
||||
|
|
|
@ -202,4 +202,4 @@ protected:
|
|||
void logError(const Block::Pointer& block, const char* error, ...);
|
||||
};
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue