From 5915fae07b3fba301d04bb1fcdb7232f432f2f09 Mon Sep 17 00:00:00 2001 From: Jules Fouchy Date: Tue, 12 Mar 2024 18:19:00 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=A8=20Fix=20build?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Cool/Time/Clock.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Cool/Time/Clock.h b/src/Cool/Time/Clock.h index d235f2a5..65e5087f 100644 --- a/src/Cool/Time/Clock.h +++ b/src/Cool/Time/Clock.h @@ -43,7 +43,7 @@ class Clock { int64_t _extra_delta_time_in_nanoseconds{0}; bool _is_playing{true}; bool _is_being_changed_in_GUI{false}; - SharedVariable _time_speed{{VariableData{ + SharedVariable _time_speed{Variable{VariableData{ .name = "Time Speed", .value = {1.f}, .metadata = {