mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 11:07:07 +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
|
// 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,
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue