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