Files
Bubberstation/code/game/objects/effects/temporary_visuals
esainane 9be17a0efc Tracers: Migrate to use new rendering system (#61963)
This fixes Emitters, beam_rifle, and more.

The great rendering refactor (#61286) changed how rendering worked.
Entities need to have a usable plane to render to. This isn't normally
a problem, as sensible defaults are set very low in the type path.
However, tracer effects use an appearance override, which was missing
the plane definition.

This adds the plane to the appearance used when apply_vars is called,
by copying it from the holding entity.
2021-10-09 01:27:37 -07:00
..