Fix compile

This commit is contained in:
luboslenco
2024-08-29 23:34:08 +02:00
parent 10101a99ca
commit a11cfab5ef
+1 -1
View File
@@ -837,7 +837,7 @@ function ui_base_update() {
if (mouse_started()) {
if (context_raw.particle_timer != null) {
tween_stop(context_raw.particle_timer);
context_raw.particle_timer.done();
context_raw.particle_timer.done(null);
context_raw.particle_timer = null;
}
history_push_undo = true;