]> git.lizzy.rs Git - dragonfireclient.git/blobdiff - src/camera.h
Android: Implement Autohiding button bars to cleanup screen
[dragonfireclient.git] / src / camera.h
index b5373886087b6e5d6ea2e99a661f4cd9beeae920..006f4b3cebadf1a74f9e682d2e1ed74b9bd54198 100644 (file)
@@ -110,7 +110,7 @@ class Camera
        }
 
        // Checks if the constructor was able to create the scene nodes
-       bool successfullyCreated(std::wstring& error_message);
+       bool successfullyCreated(std::string &error_message);
 
        // Step the camera: updates the viewing range and view bobbing.
        void step(f32 dtime);
@@ -159,7 +159,6 @@ class Camera
 
        scene::ISceneManager* m_wieldmgr;
        WieldMeshSceneNode* m_wieldnode;
-       scene::ILightSceneNode* m_wieldlightnode;
 
        // draw control
        MapDrawControl& m_draw_control;