diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2023-01-22 22:18:26 -0800 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2023-01-22 22:18:26 -0800 |
commit | 2fc27f1bbcff210cb1392306e331b5e0e3158371 (patch) | |
tree | b8896fc1bdbc3c64cd77e9d9d890fab834c5ea81 | |
parent | 486afb1c6887cef1b89757e6a75fc14c5cc78dd2 (diff) | |
parent | 5cd5f54355a9cb1b8f5f183223ec945bdfca3a89 (diff) | |
download | text.love-2fc27f1bbcff210cb1392306e331b5e0e3158371.tar.gz |
Merge lines.love
-rw-r--r-- | app.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app.lua b/app.lua index cf6de60..30fc696 100644 --- a/app.lua +++ b/app.lua @@ -150,7 +150,7 @@ function App.initialize_for_test() App.filesystem = {} App.fake_keys_pressed = {} App.fake_mouse_state = {x=-1, y=-1} - if App.initialize_globals then App.initialize_globals() end + App.initialize_globals() end function App.screen.init(dims) |