Fix typo
Former-commit-id: 035f2fbce2bec447f0a1b08dd5e590de5a098a7c [formerly 970c0e10c43e7d0ea2e7818382ef2667e3bd61dc] Former-commit-id: ddc449ede5f389146a73e461542fc3779039b305
This commit is contained in:
parent
1b3cf51d6d
commit
5ba73bf379
|
|
@ -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