Remove prototype ignore lists from some tests (#19366)

This commit is contained in:
Leon Friedrich
2023-08-22 16:08:12 +12:00
committed by GitHub
parent 82d39edad8
commit 1ec014cf39
6 changed files with 14 additions and 27 deletions

View File

@@ -63,7 +63,8 @@ public sealed class StealthSystem : SharedStealthSystem
private void OnShutdown(EntityUid uid, StealthComponent component, ComponentShutdown args)
{
SetShader(uid, false, component);
if (!Terminating(uid))
SetShader(uid, false, component);
}
private void OnShaderRender(EntityUid uid, StealthComponent component, BeforePostShaderRenderEvent args)