mirror of
https://github.com/love2d/love.git
synced 2026-08-16 16:20:42 +02:00
Remove some type conversion warnings.
This commit is contained in:
@@ -93,7 +93,7 @@ namespace opengl
|
||||
lua_rawgeti(L, 3 + i, k);
|
||||
values[i * dimension + k - 1] = (float)lua_tonumber(L, -1);
|
||||
}
|
||||
lua_pop(L, dimension);
|
||||
lua_pop(L, int(dimension));
|
||||
}
|
||||
|
||||
try
|
||||
|
||||
Reference in New Issue
Block a user