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:
parent
7ff2441c84
commit
8e412f7f40
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
|||
|
||||
#include <glm/glm.hpp>
|
||||
#include "Util.h"
|
||||
#include "World.h"
|
||||
#include "world.h"
|
||||
#include "InterfaceConfig.h"
|
||||
#include <iostream>
|
||||
|
||||
|
|
Loading…
Reference in a new issue