You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-09 12:50:35 +00:00
Add "View FPS" in 3D->Perspective's popup.
"Fixes" to make it acceptable by clang-format. "Fixes" to make it acceptable by clang-format.
This commit is contained in:
@@ -88,6 +88,7 @@ class SpatialEditorViewport : public Control {
|
||||
VIEW_AUDIO_DOPPLER,
|
||||
VIEW_GIZMOS,
|
||||
VIEW_INFORMATION,
|
||||
VIEW_FPS,
|
||||
VIEW_DISPLAY_NORMAL,
|
||||
VIEW_DISPLAY_WIREFRAME,
|
||||
VIEW_DISPLAY_OVERDRAW,
|
||||
@@ -138,6 +139,9 @@ private:
|
||||
PanelContainer *info;
|
||||
Label *info_label;
|
||||
|
||||
PanelContainer *fps;
|
||||
Label *fps_label;
|
||||
|
||||
struct _RayResult {
|
||||
|
||||
Spatial *item;
|
||||
|
||||
Reference in New Issue
Block a user