Fixes an example comment error in multiplayer component jinjas

This commit is contained in:
karlberg
2021-05-14 15:03:11 -07:00
parent 3a87229e88
commit bb3142278e
@@ -282,14 +282,14 @@ namespace {{ Component.attrib['Namespace'] }}
void {{ ControllerName }}::OnDeactivate([[maybe_unused]] Multiplayer::EntityIsMigrating entityIsMigrating)
{
}
{% if NetworkInputCount > 0 %}
{% if NetworkInputCount > 0 %}
void {{ ControllerName }}::ProcessInput([[maybe_unused]] Multiplayer::NetworkInput& input, [[maybe_unused]] float deltaTime)
{
}
{% endif %}
{% endif %}
}
{% endif %}
*/
{% else %}
// NOTE: