1
0
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:
Dmitry Koteroff
2017-11-19 23:00:16 +03:00
parent 63283eca55
commit 55f992942c
2 changed files with 44 additions and 0 deletions

View File

@@ -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;