generated from Persson-dev/Godot-Xmake
Revert "add a testing camera fps (switching cameras by pressing t)"
This reverts commit 4707d85150.
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user