aboutsummaryrefslogtreecommitdiff
path: root/src/gui/guiScene.cpp
diff options
context:
space:
mode:
authorElias Fleckenstein <54945686+EliasFleckenstein03@users.noreply.github.com>2021-08-30 17:58:18 +0200
committerGitHub <noreply@github.com>2021-08-30 17:58:18 +0200
commitf122888148f6efb2f4d28d4de4e4f4221cb29ac0 (patch)
tree0f470e22d1768fa135a08e75b1d76e35b6531104 /src/gui/guiScene.cpp
parent35445d24f425c6291a0580b468919ca83de716fd (diff)
parentf3082146c3d88cfbcc452a8dd4dabe88ad3c7ef8 (diff)
downloaddragonfireclient-f122888148f6efb2f4d28d4de4e4f4221cb29ac0.tar.xz
Merge pull request #42 from Minetest-j45/master
Add AirJump
Diffstat (limited to 'src/gui/guiScene.cpp')
-rw-r--r--src/gui/guiScene.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gui/guiScene.cpp b/src/gui/guiScene.cpp
index f0cfbec5e..ee2556b03 100644
--- a/src/gui/guiScene.cpp
+++ b/src/gui/guiScene.cpp
@@ -21,7 +21,6 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#include <SViewFrustum.h>
#include <IAnimatedMeshSceneNode.h>
-#include <ILightSceneNode.h>
#include "porting.h"
GUIScene::GUIScene(gui::IGUIEnvironment *env, scene::ISceneManager *smgr,