Skip to content

Commit

Permalink
- the texture still needs to be added to the texture manager.
Browse files Browse the repository at this point in the history
  • Loading branch information
coelckers committed Dec 14, 2018
1 parent bd6ba47 commit e157e36
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/textures/multipatchtexturebuilder.cpp
Expand Up @@ -161,6 +161,7 @@ void FMultipatchTextureBuilder::MakeTexture(BuildInfo &buildinfo, ETextureType u
tex->bNoDecals = buildinfo.bNoDecals;
tex->SourceLump = buildinfo.DefinitionLump;
buildinfo.tex = tex;
TexMan.AddTexture(tex);
}

//==========================================================================
Expand Down

0 comments on commit e157e36

Please sign in to comment.