Closed aismann closed 3 years ago
I have run the lua-tests project with lua5.4.2, the performance is very slow when scroll the main menu panel, so it may needs a long time to determine whether upgrade to lua5.4.x
Note: By profile with visualstudio, it may caused by incorrect gc mode set
Actually, axmol support simply switch plain lua version with follow steps:
unpack
,pack
moved from global to packagetable
math.pow
was removed, use operator^
instead#
instead table.getnmath.mod
was renamed tomath.fmod
, the behavior same with operator%