fix: missing type
This commit is contained in:
@@ -24,7 +24,7 @@ public partial class PoloniumTextureButton : TextureButton
|
||||
set
|
||||
{
|
||||
PrivateTextureSetName = value;
|
||||
t = GlobalRegistry.TextureSetMap.GetValueOrDefault(value, null);
|
||||
TextureSet t = GlobalRegistry.TextureSetMap.GetValueOrDefault(value, null);
|
||||
if (t is not null)
|
||||
{
|
||||
TextureNormal = t.Normal;
|
||||
|
||||
Reference in New Issue
Block a user