| 60 | } |
| 61 | |
| 62 | static void SDLDebugHandler(const char *msg) { |
| 63 | if (LuxCore_LogHandler) |
| 64 | LuxCore_LogHandler((boost::format("[SDL][%.3f] %s") % (WallClockTime() - lcInitTime) % msg).str().c_str()); |
| 65 | } |
| 66 | |
| 67 | static void SLGDebugHandler(const char *msg) { |
| 68 | if (LuxCore_LogHandler) |
nothing calls this directly
no test coverage detected