mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-12 08:05:18 +02:00
Fix a warning introduced by 4eb59aeeb2
This commit is contained in:
@@ -367,7 +367,7 @@ void MapBlock::actuallyUpdateDayNightDiff()
|
||||
Check if any lighting value differs
|
||||
*/
|
||||
|
||||
MapNode previous_n;
|
||||
MapNode previous_n(CONTENT_IGNORE);
|
||||
for (u32 i = 0; i < nodecount; i++) {
|
||||
MapNode n = data[i];
|
||||
|
||||
|
Reference in New Issue
Block a user