X-Git-Url: https://git.ucc.asn.au/?p=ipdf%2Fcode.git;a=blobdiff_plain;f=src%2Fmain.h;h=5ca71efe5db9a06c83d315b38db64abe76557e38;hp=9e48967ae25dc1935633ae3d2be5d1ec2badc138;hb=d9c0c3792133f87cd224dc22be428be8ddc016d8;hpb=1ccfbc6588b569fdf1ac195f8999231169b7957d;ds=sidebyside diff --git a/src/main.h b/src/main.h index 9e48967..5ca71ef 100644 --- a/src/main.h +++ b/src/main.h @@ -82,7 +82,7 @@ inline void MainLoop(Document & doc, Screen & scr, View & view) { // order is important... segfaults occur when screen (which inits GL) is not constructed first -_- - scr.DebugFontInit("DejaVuSansMono.ttf"); + scr.DebugFontInit("fonts/DejaVuSansMono.ttf"); scr.SetMouseHandler(RatCatcher); double total_cpu_time = 0;