Skip to content

Commit

Permalink
Revert "bugfix: Camera console broken screen textures fix" (#6246)
Browse files Browse the repository at this point in the history
Revert "bugfix: Camera console broken screen textures fix (#6233)"

This reverts commit 709eae6.
  • Loading branch information
Vladisvell authored Dec 11, 2024
1 parent 85a42d1 commit 307d1aa
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions code/game/machinery/computer/camera.dm
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,6 @@
// 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 307d1aa

Please sign in to comment.