Skip to content

Commit

Permalink
bugfix: Camera console broken screen textures fix (ss220-space#6233)
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladisvell authored Dec 6, 2024
1 parent 4b4a336 commit 709eae6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions code/game/machinery/computer/camera.dm
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,9 @@
// Open UI
ui = new(user, src, "CameraConsole", name)
ui.open()
sleep(1) //Fast and furious: assets were too slow and camera got screwed!
if(!ui.closing)
ui.window?.reinitialize()

/obj/machinery/computer/security/ui_assets(mob/user)
return list(
Expand Down

0 comments on commit 709eae6

Please sign in to comment.