1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-05 12:10:55 +00:00

Revert "Make the performance reporting update frequency customizable"

This commit is contained in:
Juan Linietsky
2018-05-28 08:47:09 -03:00
committed by GitHub
parent 856d945248
commit 5bb412f389
6 changed files with 8 additions and 21 deletions

View File

@@ -29,7 +29,6 @@
/*************************************************************************/
#include "script_language.h"
#include "project_settings.h"
ScriptLanguage *ScriptServer::_languages[MAX_LANGUAGES];
int ScriptServer::_language_count = 0;
@@ -284,7 +283,6 @@ ScriptDebugger::ScriptDebugger() {
lines_left = -1;
depth = -1;
break_lang = NULL;
update_frequency = GLOBAL_GET("debug/settings/performance/update_frequency_msec");
}
bool PlaceHolderScriptInstance::set(const StringName &p_name, const Variant &p_value) {