1.0.0L
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
require "love.system"
|
||||
|
||||
if (love.system.getOS() == 'OS X' ) and (jit.arch == 'arm64' or jit.arch == 'arm' or true) then jit.off() end
|
||||
if (love.system.getOS() == 'OS X' ) and (jit.arch == 'arm64' or jit.arch == 'arm') then jit.off() end
|
||||
|
||||
require "love.timer"
|
||||
require "love.thread"
|
||||
|
||||
Reference in New Issue
Block a user