1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-08-11 17:51:04 +00:00

fix mesh leak in camera class

This commit is contained in:
sapier 2013-04-07 20:33:00 +02:00 committed by kwolekr
parent 7c0e707cf1
commit e1146396bc
2 changed files with 8 additions and 3 deletions

View file

@ -173,6 +173,9 @@ private:
// If 0, left-click digging animation
// If 1, right-click digging animation
s32 m_digging_button;
//dummymesh for camera
irr::scene::IAnimatedMesh* m_dummymesh;
};
#endif