1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-08-01 17:38:41 +00:00

do the todo

This commit is contained in:
Lars Mueller 2025-02-04 16:05:34 +01:00
parent a1ed14f4c2
commit 1a8912716f
16 changed files with 38 additions and 319 deletions

View file

@ -111,7 +111,7 @@ public:
virtual void setMesh(IAnimatedMesh *mesh) = 0;
//! Returns the current mesh
virtual IAnimatedMesh *getMesh(void) = 0;
virtual IAnimatedMesh *getMesh() = 0;
//! Sets the transition time in seconds
/** Note: You must call animateJoints(), or the mesh will not animate. */