linear gradient is now working.

This commit is contained in:
Creeper Lv
2026-01-24 01:14:58 +11:00
parent 14de38a329
commit 48e7e54db3
18 changed files with 58 additions and 58 deletions

View File

@@ -18,7 +18,7 @@ namespace Progrart.Core.Graphics
public virtual void Render(RenderContext context)
{
}
public virtual void LoadProperties() { }
public virtual void LoadProperties(RenderContext context) { }
public virtual void SetupProperties(Engine engine) { }
}
}