added some more temporary debug info

This commit is contained in:
itsmattkc
2019-09-10 14:03:19 +10:00
parent c26eee7df4
commit 601864c51d
4 changed files with 19 additions and 4 deletions
@@ -54,9 +54,13 @@ void RendererThreadBase::run()
instance.SetShareContext(share_ctx_);
qDebug() << this << "is starting its OpenGL context";
// Allocate and create resources
if (instance.Start()) {
qDebug() << this << "OpenGL context creation succeeded";
// Main loop (use Cancel() to exit it)
ProcessLoop();