changing <Sys> to Self to be a little more speaking and less riddles.

This commit is contained in:
Thomas Kosel 2021-07-29 23:14:46 +02:00
parent 005c33bb28
commit 3735688e4c
No known key found for this signature in database
GPG Key ID: AC43C6126CC42595

View File

@ -270,7 +270,7 @@ impl<'a> System<'a> for Sys {
&read_data.msm,
);
let state_update = j.character.handle_event(&j, action);
<Sys>::publish_state_update(
Self::publish_state_update(
&mut join_struct,
state_update,
&mut local_emitter,
@ -296,7 +296,7 @@ impl<'a> System<'a> for Sys {
);
let state_update = j.character.behavior(&j);
<Sys>::publish_state_update(
Self::publish_state_update(
&mut join_struct,
state_update,
&mut local_emitter,