diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2023-01-22 22:19:44 -0800 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2023-01-22 22:19:44 -0800 |
commit | 3eddef051e613ecaf8a31c015c4c8882093a946d (patch) | |
tree | f090176d87fd21f7c571c2cff5f5757517dfe580 | |
parent | eb26b9ab5e4a95e608c5fb0cde8fb653c260d110 (diff) | |
parent | 2fc27f1bbcff210cb1392306e331b5e0e3158371 (diff) | |
download | view.love-3eddef051e613ecaf8a31c015c4c8882093a946d.tar.gz |
Merge text.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) |