mirror of
https://github.com/love2d/love.git
synced 2026-08-15 07:41:11 +02:00
Added get/setGroupIndex (#129) and get/setFixedRotation (#113). Also fixed 3000 auto.lua-related warnings in MSVC.
This commit is contained in:
@@ -28,7 +28,7 @@ function auto(name)
|
||||
end
|
||||
end
|
||||
|
||||
local src_output = "const char "..cpp_name.."[] = \n{\n"
|
||||
local src_output = "const unsigned char "..cpp_name.."[] = \n{\n"
|
||||
|
||||
for i,line in ipairs(lines) do
|
||||
local concat = {}
|
||||
|
||||
Reference in New Issue
Block a user