Return ID of output window

This commit is contained in:
baldurk
2014-06-03 21:12:17 +01:00
parent a92a240227
commit 85052ccf57
+1 -1
View File
@@ -166,7 +166,7 @@ uint64_t GLReplay::MakeOutputWindow(void *wn, bool depth)
m_OutputWindows[ret] = win;
return 0;
return ret;
}
void GLReplay::DestroyOutputWindow(uint64_t id)