mirror of
https://github.com/MaddyThorson/StrawberryBF.git
synced 2025-07-18 19:41:54 +08:00
Camera stack
This commit is contained in:
@ -205,7 +205,11 @@ namespace Strawberry
|
||||
public virtual void Draw()
|
||||
{
|
||||
if (Scene != null)
|
||||
{
|
||||
Draw.PushCamera(Scene.Camera.Round());
|
||||
Scene.Draw();
|
||||
Draw.PopCamera();
|
||||
}
|
||||
|
||||
if (Console.Enabled)
|
||||
Strawberry.Console.Draw();
|
||||
|
Reference in New Issue
Block a user