mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-05 19:31:04 +00:00
Fix a m_camera not used warning fix pointed by clang
This commit is contained in:
parent
ce42ff9cf7
commit
f64a6259b2
2 changed files with 2 additions and 4 deletions
|
@ -68,7 +68,6 @@ private:
|
|||
//
|
||||
scene::ISceneManager *m_smgr;
|
||||
IrrlichtDevice *m_irr;
|
||||
Camera* m_camera;
|
||||
IGameDef *m_gamedef;
|
||||
aabb3f m_selection_box;
|
||||
scene::IMeshSceneNode *m_meshnode;
|
||||
|
@ -206,7 +205,7 @@ public:
|
|||
float time_from_last_punch=1000000);
|
||||
|
||||
std::string debugInfoText();
|
||||
|
||||
|
||||
std::string infoText()
|
||||
{
|
||||
return m_prop.infotext;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue