From 18719c0c17188ede22ff33ef1cb71526b6d88785 Mon Sep 17 00:00:00 2001 From: otya128 Date: Sat, 8 Jul 2017 17:25:40 +0900 Subject: [PATCH] Fix fontTableFile --- SMILEBASIC/petitcomputer.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SMILEBASIC/petitcomputer.d b/SMILEBASIC/petitcomputer.d index 87e06c1..1c69cba 100644 --- a/SMILEBASIC/petitcomputer.d +++ b/SMILEBASIC/petitcomputer.d @@ -241,7 +241,7 @@ class PetitComputer static const string fontFile = resourcePath ~ "/font.png"; static const string spriteFile = resourcePath ~ "/defsp.png"; static const string BGFile = resourcePath ~ "/defbg.png"; - static const string fontTableFile = resourcePath ~ "/fonttable.txt"; + static const string fontTableFile = "./fonttable.txt"; int screenWidth; int screenHeight; int screenWidthDisplay1;