mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-01-12 03:00:38 +00:00
- fixed cherry picked commits.
This commit is contained in:
parent
f4fda7e646
commit
417d425f27
1 changed files with 1 additions and 1 deletions
|
@ -768,7 +768,7 @@ static int32_t defsparser(scriptfile *script)
|
|||
|
||||
if (have_size)
|
||||
{
|
||||
vec2_16_t const orig_size = tileGetSize(tile);
|
||||
vec2_16_t const orig_size = tilesiz[tile];
|
||||
if (orig_size.x != tile_size.x && orig_size.y != tile_size.y)
|
||||
{
|
||||
// initprintf("Size of tile %d doesn't match! Size: (%d, %d), Expected: (%d, %d)\n", tile, orig_size.x, orig_size.y, tile_size.x, tile_size.y);
|
||||
|
|
Loading…
Reference in a new issue