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