Revert "add a testing camera fps (switching cameras by pressing t)"

This reverts commit 4707d85150.
This commit is contained in:
2024-08-13 17:40:57 +02:00
parent 4707d85150
commit 436e9a27c5
4 changed files with 56 additions and 82 deletions

View File

@@ -1,9 +1,9 @@
#pragma once
#include <godot_cpp/classes/camera3d.hpp>
#include <godot_cpp/classes/input_event.hpp>
#include <godot_cpp/classes/node3d.hpp>
#include <godot_cpp/classes/spring_arm3d.hpp>
#include <godot_cpp/classes/camera3d.hpp>
namespace blitz {
class SpringArmPivot : public godot::Node3D {
@@ -32,7 +32,6 @@ class SpringArmPivot : public godot::Node3D {
private:
godot::SpringArm3D* m_SpringArm;
godot::Camera3D* m_Camera;
godot::Camera3D* m_CameraFPS;
bool m_DynamicFOV = false;
};