1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-26 18:35:20 +00:00

remove debug message

This commit is contained in:
Sebastian Wick 2012-04-04 16:08:46 +02:00
parent de510d445b
commit 16e7bf353a

View File

@ -205,9 +205,8 @@ namespace MWWorld
} }
mWorldScene = new Scene(environment, this, *mRendering, mPhysics); mWorldScene = new Scene(environment, this, *mRendering, mPhysics);
setFallbackValues(fallbackMap); setFallbackValues(fallbackMap);
std::cout << "Weather_Sunrise_Time=" << getFallback("Weather_Sunrise_Time") << std::endl;
} }