Skip to content

Commit

Permalink
🤏 [Time] Hidden (but non-empty) label for clock's TimeSpeed variable
Browse files Browse the repository at this point in the history
  • Loading branch information
JulesFouchy committed May 26, 2024
1 parent e17ec8c commit 28b6ce6
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 @@ -45,7 +45,7 @@ class Clock {
bool _is_playing{true};
bool _is_being_changed_in_GUI{false};
SharedVariable<TimeSpeed> _time_speed{Variable<TimeSpeed>{VariableData<TimeSpeed>{
.name = "",
.name = "##TimeSpeed",
.value = {1.f},
.metadata = {
.bounds = {
Expand Down

0 comments on commit 28b6ce6

Please sign in to comment.