X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;ds=sidebyside;f=src%2Fmain.cpp;h=99e0b11d8532c974d62156f1111bcfaa1ff36e65;hb=03cc1b0a0d0705e0b1d92e13fdb18608c7a00272;hp=4175f955a9d0d29cbef2a8dc877bd8870b72b9bf;hpb=ea4829e265bd45b9c1b8556463d10ee1e082c6ce;p=ipdf%2Fcode.git diff --git a/src/main.cpp b/src/main.cpp index 4175f95..99e0b11 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -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;