Update gui3DProjectionCtrl.cpp

Corrected file capitalizations for linux
This commit is contained in:
Areloch 2019-02-23 20:12:17 -06:00 committed by GitHub
parent a949326cab
commit d18ab265be
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -43,9 +43,9 @@
#include "console/console.h"
#include "console/consoleTypes.h"
#include "scene/SceneObject.h"
#include "scene/sceneObject.h"
#include "T3D/player.h"
#include "gui/controls/Gui3DProjectionCtrl.h"
#include "gui/controls/gui3DProjectionCtrl.h"
IMPLEMENT_CONOBJECT(Gui3DProjectionCtrl);