mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-13 00:25:19 +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:
@@ -229,7 +229,7 @@ public:
|
||||
return m_selected_item;
|
||||
}
|
||||
|
||||
const u16 getSelectedAmount() const
|
||||
u16 getSelectedAmount() const
|
||||
{
|
||||
return m_selected_amount;
|
||||
}
|
||||
|
Reference in New Issue
Block a user