mirror of
https://github.com/love2d/love.git
synced 2026-08-15 15:51:12 +02:00
Merge branch 'main' into 12.0-development
This commit is contained in:
@@ -154,7 +154,7 @@ int w_newBMFontRasterizer(lua_State *L)
|
||||
lua_pop(L, 1);
|
||||
}
|
||||
}
|
||||
else
|
||||
else if (!lua_isnoneornil(L, 2))
|
||||
{
|
||||
convimagedata(L, 2);
|
||||
image::ImageData *id = luax_checktype<image::ImageData>(L, 2);
|
||||
|
||||
Reference in New Issue
Block a user