@@ -22,7 +22,7 @@ void logToIDEConsole(const BansheeEngine::String& message)
#else
void logToIDEConsole(const BansheeEngine::String& message)
{
- // Do nothing
+ std::cout << message << std::endl;
}
#endif
@@ -264,4 +264,4 @@ table td
static Debug debug;
return debug;
-}
+}