mirror of
https://github.com/OpenMW/openmw.git
synced 2025-06-20 23:41:33 +00:00
remove debug message
This commit is contained in:
parent
de510d445b
commit
16e7bf353a
1 changed files with 1 additions and 2 deletions
|
@ -207,7 +207,6 @@ 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;
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue