mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-14 17:15:21 +02:00
Bunch of small fixes (coding style, very unlikely errors, warning messages)
This commit is contained in:
@@ -258,7 +258,7 @@ public:
|
||||
}
|
||||
T & operator[](unsigned int i) const
|
||||
{
|
||||
//assert(i < m_size)
|
||||
assert(i < m_size);
|
||||
return data[i];
|
||||
}
|
||||
T * operator*() const
|
||||
|
Reference in New Issue
Block a user