Commit before breaking everything
[ipdf/code.git] / src / main.cpp
index 4175f95..99e0b11 100644 (file)
@@ -32,7 +32,7 @@ int main(int argc, char ** argv)
        // We want to crash if we ever get a NaN.
        feenableexcept(FE_DIVBYZERO | FE_INVALID | FE_OVERFLOW);
 
-       Debug("Compiled with REAL = %d => \"%s\" sizeof(Real) == %d bytes", REALTYPE, g_real_name[REALTYPE], sizeof(Real));
+       DebugRealInfo();
 
        Document doc("","fonts/ComicSans.ttf");
        srand(time(NULL));
@@ -47,7 +47,7 @@ int main(int argc, char ** argv)
        const char * input_text = NULL;
        float b[4] = {0,0,1,1};
        int max_frames = -1;
-       bool hide_control_panel;
+       bool hide_control_panel = false;
        bool lazy_rendering = true;
        bool window_visible = true;
        bool gpu_transform = true;

UCC git Repository :: git.ucc.asn.au