Skip to content

Commit

Permalink
🚨 Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
JulesFouchy committed Mar 12, 2024
1 parent 1ff7cfd commit 5915fae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Cool/Time/Clock.h
Original file line number Diff line number Diff line change
Expand Up @@ -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<TimeSpeed> _time_speed{{VariableData<TimeSpeed>{
SharedVariable<TimeSpeed> _time_speed{Variable<TimeSpeed>{VariableData<TimeSpeed>{
.name = "Time Speed",
.value = {1.f},
.metadata = {
Expand Down

0 comments on commit 5915fae

Please sign in to comment.