parent
77b419d30a
commit
d9357ef4f3
|
|
@ -22,7 +22,12 @@ module EdText
|
||||||
if Graphics.fullscreen
|
if Graphics.fullscreen
|
||||||
Graphics.fullscreen = false
|
Graphics.fullscreen = false
|
||||||
$console = false
|
$console = false
|
||||||
sleep 0.2
|
if Oneshot::OS == "macos"
|
||||||
|
sleep 0.65
|
||||||
|
else
|
||||||
|
sleep 0.2
|
||||||
|
end
|
||||||
|
Graphics.update
|
||||||
end
|
end
|
||||||
result = nil
|
result = nil
|
||||||
# so here, we strip unescaped newlines from the untranslated text
|
# so here, we strip unescaped newlines from the untranslated text
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue