Fix typo in mapblock.h
This commit is contained in:
@@ -424,7 +424,7 @@ class MapBlock /*: public NodeContainer*/
|
||||
{
|
||||
m_usage_timer += dtime;
|
||||
}
|
||||
u32 getUsageTimer()
|
||||
float getUsageTimer()
|
||||
{
|
||||
return m_usage_timer;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user