Skip to content

Commit

Permalink
Update parallax.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
FatFatFat1 committed Sep 16, 2024
1 parent e3e821f commit 48f425b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/_onclick/hud/parallax.dm
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
C.parallax_layers_max = 3
return TRUE

datum/hud/proc/set_parallax(new_parallax)
/datum/hud/proc/set_parallax(new_parallax)
remove_parallax()
create_parallax(new_parallax)
mymob.current_parallax = new_parallax
Expand Down

0 comments on commit 48f425b

Please sign in to comment.