mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 17:04:55 +00:00
Properly cleanup Xorg in visigen, various fixes and cleanups in URDE, more CRidley imps
This commit is contained in:
@@ -299,5 +299,8 @@ int main(int argc, const char** argv) {
|
||||
if (clientThread.joinable())
|
||||
clientThread.join();
|
||||
|
||||
glXDestroyWindow(xDisp, glxWindow);
|
||||
XDestroyWindow(xDisp, windowId);
|
||||
XCloseDisplay(xDisp);
|
||||
return renderer.ReturnVal();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user