mirror of
https://github.com/luanti-org/luanti.git
synced 2025-07-22 17:18:39 +00:00
Fix typo in mapblock.h
This commit is contained in:
parent
4e5d17f666
commit
9f65fd6819
2 changed files with 2 additions and 2 deletions
|
@ -424,7 +424,7 @@ public:
|
|||
{
|
||||
m_usage_timer += dtime;
|
||||
}
|
||||
u32 getUsageTimer()
|
||||
float getUsageTimer()
|
||||
{
|
||||
return m_usage_timer;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue