From 2e3bfd8f8bfd4a511f16ee77e08ccd16875b8c43 Mon Sep 17 00:00:00 2001 From: Allen Webster Date: Fri, 3 Jun 2016 20:27:54 -0400 Subject: [PATCH] updating font stuff --- linux_4ed.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/linux_4ed.cpp b/linux_4ed.cpp index 1b2cf801..1b3a5655 100644 --- a/linux_4ed.cpp +++ b/linux_4ed.cpp @@ -1113,7 +1113,8 @@ Font_Load_Sig(system_draw_font_load){ filename, pt_size, tab_width, - oversample + oversample, + store_texture ); if(success){ @@ -1209,7 +1210,6 @@ LinuxLoadRenderCode(){ linuxvars.target.pop_clip = draw_pop_clip; linuxvars.target.push_piece = draw_push_piece; - linuxvars.target.font_set.font_info_load = draw_font_info_load; linuxvars.target.font_set.font_load = system_draw_font_load; linuxvars.target.font_set.release_font = draw_release_font; }