mirror of
https://github.com/aharabada/glitchy-engine-beef.git
synced 2026-09-05 21:01:52 +00:00
Many ecs, component and editor changes
This commit is contained in:
@@ -2,7 +2,7 @@ using GlitchyEngine.Math;
|
||||
|
||||
namespace GlitchyEngine.Renderer
|
||||
{
|
||||
public class OrthographicCamera : Camera
|
||||
public class OrthographicCamera : OldCamera
|
||||
{
|
||||
protected float _bottom, _left, _right, _top;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user