File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Foundation/Public/Aurora.Scene Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -86,4 +86,4 @@ ENDIF ()
8686## -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
8787
8888ADD_SUBDIRECTORY (${CMAKE_CURRENT_SOURCE_DIR} /Foundation)
89- ADD_SUBDIRECTORY (${CMAKE_CURRENT_SOURCE_DIR} /Example)
89+ # ADD_SUBDIRECTORY(${CMAKE_CURRENT_SOURCE_DIR}/Example)
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ namespace Scene
3737 // -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
3838 // -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
3939
40- void Service::OnTick (ConstRef<Time> Time)
40+ void Service::Progress (ConstRef<Time> Time)
4141 {
4242 mWorld .progress (Time.GetDelta ());
4343 }
Original file line number Diff line number Diff line change @@ -25,15 +25,15 @@ namespace Scene
2525{
2626 // -=(Undocumented)=-
2727 // @TODO: 128Bit UUID instead of names.
28- class Service final : public AbstractSubsystem<Service>, public Tickable
28+ class Service final : public AbstractSubsystem<Service>
2929 {
3030 public:
3131
3232 // -=(Undocumented)=-
3333 explicit Service (Ref<Context> Context);
3434
35- // \see Tickable::OnTick
36- void OnTick (ConstRef<Time> Time) override ;
35+ // -=(Undocumented)=-
36+ void Progress (ConstRef<Time> Time);
3737
3838 // -=(Undocumented)=-
3939 template <typename Type>
You can’t perform that action at this time.
0 commit comments