Merge pull request #12514 from Citadel-Station-13/kevinz000-patch-18-1

the abstract idea of shadows can no longer be radioactive
This commit is contained in:
Ghom
2020-06-13 04:25:50 +02:00
committed by GitHub

View File

@@ -11,6 +11,7 @@
plane = EMISSIVE_BLOCKER_PLANE
layer = EMISSIVE_BLOCKER_LAYER
mouse_opacity = MOUSE_OPACITY_TRANSPARENT
rad_flags = RAD_NO_CONTAMINATE | RAD_PROTECT_CONTENTS
//Why?
//render_targets copy the transform of the target as well, but vis_contents also applies the transform
//to what's in it. Applying RESET_TRANSFORM here makes vis_contents not apply the transform.