mirror of
https://github.com/hbomb79/Titanium.git
synced 2025-01-22 09:22:05 -05:00
Startup only loads Titanium if not already loaded
This commit is contained in:
parent
13ad3349b5
commit
ec0b612144
1 changed files with 4 additions and 2 deletions
6
startup
6
startup
|
@ -1,2 +1,4 @@
|
|||
dofile "bin/make.lua"
|
||||
dofile "example/main.lua"
|
||||
if not _G.Titanium then
|
||||
dofile "bin/make.lua"
|
||||
dofile "example/main.lua"
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue