Fix typo
Former-commit-id: 07bb1e9aa33b06c79b6d30af8598c5678eb4b37c [formerly db529eb77de00026196de3000f67fd13916011ef] Former-commit-id: 25db8b31bbd53791033517a4788471a8a3eafe9b
This commit is contained in:
parent
3b1dddf26d
commit
a4120e0a37
|
|
@ -40,7 +40,7 @@ namespace Ndk
|
||||||
inline void EnsureBoundingVolumeUpdate() const;
|
inline void EnsureBoundingVolumeUpdate() const;
|
||||||
inline void EnsureTransformMatrixUpdate() const;
|
inline void EnsureTransformMatrixUpdate() const;
|
||||||
|
|
||||||
inline void GetAttachedRenderables(Nz::InstancedRenderableRef* renderables) const;
|
inline void GetAttachedRenderables(RenderableList* renderables) const;
|
||||||
inline std::size_t GetAttachedRenderableCount() const;
|
inline std::size_t GetAttachedRenderableCount() const;
|
||||||
|
|
||||||
inline const Nz::BoundingVolumef& GetBoundingVolume() const;
|
inline const Nz::BoundingVolumef& GetBoundingVolume() const;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue