X-Git-Url: https://git.ucc.asn.au/?p=ipdf%2Fcode.git;a=blobdiff_plain;f=src%2Fview.cpp;h=60f2976bc34875882dfb05d7ff28f01e5a4c9771;hp=925fa47c54db2933963922a33747fefb0054f10c;hb=dfba002efc3b5f126ddb69e63b9a7dafdd9eacda;hpb=6472d20ee58d2ecc0aee8bc1a12a071b2afc8a27;ds=sidebyside diff --git a/src/view.cpp b/src/view.cpp index 925fa47..60f2976 100644 --- a/src/view.cpp +++ b/src/view.cpp @@ -264,6 +264,7 @@ void View::Render(int width, int height) #ifndef CONTROLPANEL_DISABLED ControlPanel::Update(); #endif //CONTROLPANEL_DISABLED + //Debug("Completed Render"); }