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