mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-06 06:01:46 +00:00
Tweaks relating to previous commit
This commit is contained in:
@@ -50,7 +50,7 @@ def pbPrintException(e)
|
||||
|
||||
print("#{message}\r\nThis exception was logged in #{errorlogline}.\r\nHold Ctrl after closing this message to copy it to the clipboard.")
|
||||
# Give a ~500ms coyote time to start holding Control
|
||||
(0.5 / (1.0 / Graphics.frame_rate)).ceil.times{
|
||||
(Graphics.frame_rate / 2).ceil.times{
|
||||
Graphics.update
|
||||
Input.update
|
||||
if Input.press?(Input::CTRL)
|
||||
|
||||
Reference in New Issue
Block a user