Skip to content

Commit 7c73b39

Browse files
committed
Update Service.hpp
1 parent 94e8787 commit 7c73b39

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Foundation/Public/Aurora.Scene/Service.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,9 +153,9 @@ namespace Scene
153153

154154
// -=(Undocumented)=-
155155
template<typename ...Components>
156-
auto System()
156+
auto System(CStr Name = "")
157157
{
158-
return mWorld.template system<Components...>();
158+
return mWorld.template system<Components...>(Name.data());
159159
}
160160

161161
public:

0 commit comments

Comments
 (0)