X-Git-Url: https://git.ucc.asn.au/?p=ipdf%2Fcode.git;a=blobdiff_plain;f=src%2Fview.cpp;h=09b7f2cf7b072ce82fdee7af36d5e5bdb55f33a3;hp=1d99f2ce07fd8a27b4ac03c9c05eb67858e74432;hb=c4f8f7c6c7e43fc9fd5358197ca866b4186f636c;hpb=63e9d774c858dfe79264a24ae8daa3dde3c7bb6e diff --git a/src/view.cpp b/src/view.cpp index 1d99f2c..09b7f2c 100644 --- a/src/view.cpp +++ b/src/view.cpp @@ -377,7 +377,8 @@ void View::Render(int width, int height) glPopDebugGroup(); #ifndef CONTROLPANEL_DISABLED - ControlPanel::Update(); + // The powers that be suggest that this may be causing of the segfaults. + //ControlPanel::Update(); #endif //CONTROLPANEL_DISABLED //Debug("Completed Render");