mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-25 13:31:37 +00:00
Fix maploader warning
This commit is contained in:
parent
8654c3396f
commit
4b12a67ce7
1 changed files with 2 additions and 0 deletions
|
@ -3369,6 +3369,8 @@ bool MapLoader::LoadLightmap(MapData* map)
|
|||
{
|
||||
Printf(PRINT_HIGH, "Pre-calculated LIGHTMAP surfaces do not match current level surfaces. Restart this level with 'developer 1' for further details.\nPerhaps you forget to rebuild lightmaps after modifying the map?\n");
|
||||
}
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
//==========================================================================
|
||||
|
|
Loading…
Reference in a new issue