mirror of
https://github.com/minetest/irrlicht.git
synced 2025-07-01 15:50:27 +02:00
Fix function declaration indents
This commit is contained in:
committed by
Josiah VanderZee
parent
79bfd8afbe
commit
85fdf95afa
@ -83,10 +83,10 @@ private:
|
|||||||
const std::size_t accessorId) const;
|
const std::size_t accessorId) const;
|
||||||
|
|
||||||
void copyNormals(const Span<video::S3DVertex> vertices,
|
void copyNormals(const Span<video::S3DVertex> vertices,
|
||||||
const std::size_t accessorId) const;
|
const std::size_t accessorId) const;
|
||||||
|
|
||||||
void copyTCoords(const Span<video::S3DVertex> vertices,
|
void copyTCoords(const Span<video::S3DVertex> vertices,
|
||||||
const std::size_t accessorId) const;
|
const std::size_t accessorId) const;
|
||||||
|
|
||||||
float getScale() const;
|
float getScale() const;
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user