mirror of
https://github.com/space-wizards/RobustToolbox.git
synced 2026-02-15 03:30:53 +01:00
Fix build issue on Godot 3.0.x
This commit is contained in:
@@ -86,7 +86,7 @@ namespace SS14.Client.Graphics.Drawing
|
||||
{
|
||||
get
|
||||
{
|
||||
return cachedTexture ?? new GodotTextureSource(stylebox.Texture);
|
||||
return cachedTexture ?? new GodotTextureSource((Godot.Texture)stylebox.Texture);
|
||||
}
|
||||
// Woo implicit casts.
|
||||
set => stylebox.Texture = cachedTexture = value;
|
||||
|
||||
Reference in New Issue
Block a user