mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-25 05:31:00 +00:00
- fixed source lump assignment for multipatch textures
It was impossible to detect a WAD that contains a multipatch texture https://forum.zdoom.org/viewtopic.php?t=66299
This commit is contained in:
parent
583d8faf5c
commit
fd5e8d6e7b
1 changed files with 1 additions and 1 deletions
|
@ -261,8 +261,8 @@ void FMultipatchTextureBuilder::BuildTexture(const void *texdef, FPatchLookup *p
|
||||||
}
|
}
|
||||||
|
|
||||||
// Insert the incomplete texture right here so that it's in the correct place.
|
// Insert the incomplete texture right here so that it's in the correct place.
|
||||||
MakeTexture(buildinfo, usetype);
|
|
||||||
buildinfo.DefinitionLump = deflumpnum;
|
buildinfo.DefinitionLump = deflumpnum;
|
||||||
|
MakeTexture(buildinfo, usetype);
|
||||||
}
|
}
|
||||||
|
|
||||||
//==========================================================================
|
//==========================================================================
|
||||||
|
|
Loading…
Reference in a new issue