mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-13 08:35:20 +02:00
fixed warnings reported by cppcheck
This commit is contained in:
@@ -6030,7 +6030,8 @@ void MapVoxelManipulator::blitBack
|
||||
}
|
||||
|
||||
ManualMapVoxelManipulator::ManualMapVoxelManipulator(Map *map):
|
||||
MapVoxelManipulator(map)
|
||||
MapVoxelManipulator(map),
|
||||
m_create_area(false)
|
||||
{
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user