You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
@@ -360,11 +360,6 @@ void EditorLog::_reset_message_counts() {
|
||||
}
|
||||
}
|
||||
|
||||
void EditorLog::_bind_methods() {
|
||||
ADD_SIGNAL(MethodInfo("clear_request"));
|
||||
ADD_SIGNAL(MethodInfo("copy_request"));
|
||||
}
|
||||
|
||||
EditorLog::EditorLog() {
|
||||
save_state_timer = memnew(Timer);
|
||||
save_state_timer->set_wait_time(2);
|
||||
|
||||
Reference in New Issue
Block a user