medfall

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit d684d7c1157142c8c38025d4e2f2a0188aafbe17
parent 9877eada0008be6159d7407a9ee4457493cfef62
Author: Michael Savage <mikejsavage@gmail.com>
Date:   Mon Aug 10 22:23:39 +0200

Don't include stb_easy_font now we aren't using it

Diffstat:
hm.cc | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/hm.cc b/hm.cc @@ -12,7 +12,7 @@ #include "int.h" #include "heightmap.h" #include "terrain_manager.h" -#include "stb_easy_font.h" +// #include "stb_easy_font.h" #include "stb_image.h" #include "stb_perlin.h"