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:
@@ -160,8 +160,6 @@ namespace GlitchyEngine
|
||||
|
||||
public static void NewFrame()
|
||||
{
|
||||
Log.EngineLogger.Info($"{Input.GetMousePosition()}");
|
||||
|
||||
if (_lockPositions.Count > 0)
|
||||
{
|
||||
var position = _lockPositions.Back.Position;
|
||||
|
||||
Reference in New Issue
Block a user