Several optimizations on non-interactive actors.

This commit is contained in:
Mari the Deer 2022-10-14 21:45:21 +02:00
commit 4bb3a1e85a
32 changed files with 336 additions and 1867 deletions

View file

@ -2364,16 +2364,12 @@ Class SWWMUtility
}
}
Class RadiusDebugSphere : Actor
Class RadiusDebugSphere : SWWMNonInteractiveActor
{
Default
{
RenderStyle "AddStencil";
StencilColor "White";
Radius .1;
Height 0.;
+NOGRAVITY;
+NOINTERACTION;
}
States
{