3
0
Fork 0
mirror of https://github.com/lubosz/overte.git synced 2025-04-26 18:55:37 +02:00

fix casing on include of world.h

This commit is contained in:
Stephen Birarda 2013-02-08 13:54:45 -08:00
parent 7ff2441c84
commit 8e412f7f40

View file

@ -11,7 +11,7 @@
#include <glm/glm.hpp>
#include "Util.h"
#include "World.h"
#include "world.h"
#include "InterfaceConfig.h"
#include <iostream>