Quadtree addition to root node now functions (w/out Qt)
[ipdf/code.git] / src / main.h
index af7df43..5015044 100644 (file)
@@ -79,7 +79,7 @@ void MainLoop(Document & doc, Screen & scr, View & view, int max_frames = -1)
        // order is important... segfaults occur when screen (which inits GL) is not constructed first -_-
        DebugScript script;
 
-       scr.DebugFontInit("fonts/DejaVuSansMono.ttf", 32);
+       scr.DebugFontInit("fonts/DejaVuSansMono.ttf", 12);
        scr.SetMouseHandler(RatCatcher);
 
        if (script_filename)

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