Skip to content

Commit

Permalink
COMSIG_PARENT_QDELETING -> COMSIG_QDELETING
Browse files Browse the repository at this point in the history
  • Loading branch information
Absolucy committed Jul 2, 2024
1 parent fcc61df commit 5a73184
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/visuals/render_steps.dm
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

render_source = source.render_target
SET_PLANE_EXPLICIT(src, initial(plane), source)
RegisterSignal(source, COMSIG_PARENT_QDELETING, PROC_REF(on_source_deleting))
RegisterSignal(source, COMSIG_QDELETING, PROC_REF(on_source_deleting))

/atom/movable/render_step/ex_act(severity)
return FALSE
Expand Down

0 comments on commit 5a73184

Please sign in to comment.