Skip to content

Commit 592edea

Browse files
committed
[hotfix] Android example using still the old timer API.
1 parent d60d00e commit 592edea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/code/example/android/simple/private/example_android.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ struct TestTrait : public ice::Trait
5454

5555
auto activate(ice::WorldStateParams const& update) noexcept -> ice::Task<> override
5656
{
57-
timer = ice::timer::create_timer(update.clock, 1.0f);
57+
timer = ice::timer::create_timer(update.clock, 1_Ts);
5858
co_return;
5959
}
6060

0 commit comments

Comments
 (0)