1
0
mirror of https://github.com/minetest/minetest.git synced 2025-06-30 23:20:22 +02:00

Various code improvements

* Camera: Fix division by 0 after view bobbing
* Remove ignored constness
* Connection: Improve window size range limits
This commit is contained in:
SmallJoker
2021-09-27 17:45:44 +02:00
committed by GitHub
parent 918fbe3ec1
commit d51d0f3a5a
11 changed files with 40 additions and 47 deletions

View File

@ -229,7 +229,7 @@ public:
return m_selected_item;
}
const u16 getSelectedAmount() const
u16 getSelectedAmount() const
{
return m_selected_amount;
}