You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-23 15:16:17 +00:00
remove trailing whitespace
This commit is contained in:
@@ -111,7 +111,7 @@ bool Timer::has_autostart() const {
|
||||
}
|
||||
|
||||
void Timer::start() {
|
||||
time_left=wait_time;
|
||||
time_left=wait_time;
|
||||
_set_process(true);
|
||||
}
|
||||
|
||||
@@ -154,7 +154,7 @@ Timer::TimerProcessMode Timer::get_timer_process_mode() const{
|
||||
}
|
||||
|
||||
|
||||
void Timer::_set_process(bool p_process, bool p_force)
|
||||
void Timer::_set_process(bool p_process, bool p_force)
|
||||
{
|
||||
switch (timer_process_mode) {
|
||||
case TIMER_PROCESS_FIXED: set_fixed_process(p_process); break;
|
||||
|
||||
Reference in New Issue
Block a user