X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;ds=sidebyside;f=src%2Fview.cpp;h=4df318b325d2ec84d5876c56f558a4dc737b5c79;hb=a9883b166454c794e342ccc262ca97e0394af980;hp=5acd860d7adfc2272902f49abe35a1a8321b6569;hpb=e08b7671a4592481aa73d68b30b7bd1d96e75002;p=ipdf%2Fcode.git diff --git a/src/view.cpp b/src/view.cpp index 5acd860..4df318b 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");