diff --git a/Adventures in Lestoria/AdventuresInLestoria.cpp b/Adventures in Lestoria/AdventuresInLestoria.cpp index 3d0a09a2..7c51ff35 100644 --- a/Adventures in Lestoria/AdventuresInLestoria.cpp +++ b/Adventures in Lestoria/AdventuresInLestoria.cpp @@ -3148,7 +3148,8 @@ void AiL::InitializeGraphics(){ } std::cout<Loaded()){ + fontRenderable.Load(std::string(filename),pack); + }else{ + fontRenderable.Load(std::string(filename),nullptr); + if(generateGamePack){ + pack->AddFile(std::string(filename)); + } + } + } bool PixelGameEngine::ClipLineToScreen(olc::vi2d& in_p1, olc::vi2d& in_p2) { diff --git a/x64/Release/Adventures in Lestoria.exe b/x64/Release/Adventures in Lestoria.exe index fb2fd46c..ae7236f9 100644 Binary files a/x64/Release/Adventures in Lestoria.exe and b/x64/Release/Adventures in Lestoria.exe differ