mirror of
https://github.com/aseprite/aseprite.git
synced 2025-01-16 04:13:50 +00:00
lua: All functions that receive an integer, can receive a number too (with math.floor() conversion)
This commit is contained in:
parent
17496c8630
commit
e13d424ced
1
third_party/CMakeLists.txt
vendored
1
third_party/CMakeLists.txt
vendored
@ -162,6 +162,7 @@ if(ENABLE_SCRIPTING)
|
||||
lua/lstrlib.c
|
||||
lua/ltablib.c
|
||||
lua/lutf8lib.c)
|
||||
target_compile_definitions(lua PUBLIC LUA_FLOORN2I=1)
|
||||
target_include_directories(lua PUBLIC lua)
|
||||
target_include_directories(lauxlib PUBLIC lua)
|
||||
target_include_directories(lualib PUBLIC lua)
|
||||
|
Loading…
Reference in New Issue
Block a user