mirror of
https://github.com/AxioDL/boo.git
synced 2025-12-09 13:37:48 +00:00
Windows fixes
This commit is contained in:
@@ -1129,7 +1129,7 @@ struct GLCommandQueue : IGraphicsCommandQueue
|
||||
static void RenderingWorker(GLCommandQueue* self)
|
||||
{
|
||||
#if _WIN32
|
||||
std::string thrName = WCSTMBS(APP->getFriendlyName().c_str()) + " GL Rendering Thread";
|
||||
std::string thrName = WCSTMBS(APP->getFriendlyName().data()) + " GL Rendering Thread";
|
||||
#else
|
||||
std::string thrName = std::string(APP->getFriendlyName()) + " GL Rendering Thread";
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user