mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2025-01-31 04:20:34 +00:00
Fixed CustomSprite actor
This commit is contained in:
parent
6f5fff00a0
commit
59472d6f63
1 changed files with 1 additions and 1 deletions
|
@ -159,7 +159,7 @@ class CustomSprite : Actor
|
|||
String name;
|
||||
Super.BeginPlay ();
|
||||
|
||||
//format(name, "BTIL%04d", args[0] & 0xffff); // note: this does NOTHING and did NOTHING. what?
|
||||
name = String.Format("BTIL%04d", args[0] & 0xffff);
|
||||
picnum = TexMan.CheckForTexture (name, TexMan.TYPE_Build);
|
||||
if (!picnum.Exists())
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue