mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Fix a warning introduced by 4eb59aeeb2
This commit is contained in:
parent
550c0404a8
commit
2015aaba96
1 changed files with 1 additions and 1 deletions
|
@ -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];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue