mirror of
https://github.com/aharabada/glitchy-engine-beef.git
synced 2026-09-05 21:01:52 +00:00
RenderAPI changes and removed Context parameter from Effect and Material
This commit is contained in:
@@ -40,7 +40,7 @@ namespace GlitchyEditor
|
||||
|
||||
public this()
|
||||
{
|
||||
_context = Renderer.[Friend]_context..AddRef();
|
||||
_context = Application.Get().Window.Context..AddRef();
|
||||
|
||||
InitEffect();
|
||||
InitState();
|
||||
|
||||
Reference in New Issue
Block a user