Skip to content

Commit

Permalink
UPBGE: Fix recusrive call in BL_Texture::GetName().
Browse files Browse the repository at this point in the history
  • Loading branch information
panzergame committed Aug 24, 2016
1 parent 6295c69 commit edbde8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/gameengine/Ketsji/BL_Texture.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ unsigned int BL_Texture::swapTexture(unsigned int bindcode)
// stuff for cvalue related things
STR_String &BL_Texture::GetName()
{
return GetName();
return RAS_Texture::GetName();
}

#ifdef WITH_PYTHON
Expand Down

0 comments on commit edbde8a

Please sign in to comment.