Skip to content

Commit ee4e332

Browse files
committed
update rsl to latest "stable" rsl development version
1 parent cbcc34f commit ee4e332

5 files changed

Lines changed: 4 additions & 5 deletions

File tree

applications/sandbox/src/sandbox/sandbox.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ namespace sandbox
1414

1515
struct physics_config
1616
{
17-
rsl::tm::span32 updateInterval;
17+
rsl::time_span updateInterval;
1818
};
1919

2020
struct position

applications/sandbox/src/sandbox/systems/test_system.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ namespace sandbox
88
{
99
using namespace rythe;
1010
using namespace rsl;
11-
using namespace rsl::literals;
1211

1312
const process_chain_handle someOthersystemUpdate = systemContext.find_process_chain("some_other_update");
1413
const process_chain_handle myLateSystemUpdate = systemContext.find_process_chain("my_late_system_update");

0 commit comments

Comments
 (0)