Fixes broken shadows on 516 (#89280)

## About The Pull Request
Bandaid fix of broken shadows on 516. 
Renamed refresh button to rebuild for consistency in plane debugger
(Edit/Dubug-Planes).
Rebuild now also reapplies parallax, so it will not be turned off after
rebuild.
Closes #89230 
## Why It's Good For The Game
faster 516 adoption
## Changelog
🆑
fix: fixed shadows on 516
/🆑
This commit is contained in:
Holoo
2025-01-30 13:22:07 +01:00
committed by GitHub
parent 0725e410a3
commit 498665f0f4
3 changed files with 11 additions and 10 deletions
+1 -1
View File
@@ -341,7 +341,7 @@
var/list/our_planes = group.plane_masters
switch(action)
if("refresh")
if("rebuild")
group.rebuild_hud()
if("reset_mob")
set_target(null)