mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-05 01:20:42 +00:00
Fix formatting mistake in thread name
This commit is contained in:
@@ -158,7 +158,7 @@ static ShaderToolOutput RunTool(const ShaderProcessingTool &tool, QWidget *windo
|
||||
process.moveToThread(mainThread);
|
||||
});
|
||||
|
||||
thread->setName(lit("ShaderProcessingTool %s").arg(tool.name));
|
||||
thread->setName(lit("ShaderProcessingTool %1").arg(tool.name));
|
||||
thread->moveObjectToThread(&process);
|
||||
|
||||
thread->start();
|
||||
|
||||
Reference in New Issue
Block a user