diff options
| author | Rémi Verschelde <rverschelde@gmail.com> | 2020-12-09 10:23:21 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-12-09 10:23:21 +0100 |
| commit | 0c5d3b838c935e6121bcee57b83fa802d7058cc1 (patch) | |
| tree | de206bf06d4f6fb280a427a2a907de93f0043bed /editor/plugins/node_3d_editor_plugin.cpp | |
| parent | e5e1277ecd08f1f2980c9cd0490fb932efaa4678 (diff) | |
| parent | 644f73966002589c36d779fa33b9524a451f56e0 (diff) | |
Merge pull request #44199 from bruvzg/pvs_fixes_1
PVS-Studio static analyzer fixes
Diffstat (limited to 'editor/plugins/node_3d_editor_plugin.cpp')
| -rw-r--r-- | editor/plugins/node_3d_editor_plugin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/plugins/node_3d_editor_plugin.cpp b/editor/plugins/node_3d_editor_plugin.cpp index 804a72bd1d..f52f8c1d01 100644 --- a/editor/plugins/node_3d_editor_plugin.cpp +++ b/editor/plugins/node_3d_editor_plugin.cpp @@ -2512,7 +2512,7 @@ void Node3DEditorViewport::_notification(int p_what) { gpu_time_history[i] = 0; } cpu_time_history_index = 0; - cpu_time_history_index = 0; + gpu_time_history_index = 0; } if (show_fps) { cpu_time_history[cpu_time_history_index] = RS::get_singleton()->viewport_get_measured_render_time_cpu(viewport->get_viewport_rid()); |