Fix maploader warning

This commit is contained in:
Magnus Norddahl 2023-09-19 00:46:20 +02:00
commit 9e136a7e79

View file

@ -3374,6 +3374,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;
}
//==========================================================================