diff options
| author | Sarah B <git@sarahduck.ca> | 2024-01-20 15:28:48 -0800 |
|---|---|---|
| committer | Sarah B <git@sarahduck.ca> | 2024-01-20 15:28:48 -0800 |
| commit | 163a2f1a1076d518b04ee37911bdd40afe8b9b2c (patch) | |
| tree | d28b56d5b0b43da21dab92e61f9967e303b7d063 /Main.cs | |
| parent | 31d9168080e52738829b5575c66627e43a8bdc38 (diff) | |
Added finalizers
Diffstat (limited to 'Main.cs')
| -rw-r--r-- | Main.cs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -64,6 +64,7 @@ static class OnekoOnline Raylib.EndTextureMode(); Raylib.BeginDrawing(); + //Dunno why, but it renders upside down, so I flip it here Raylib.DrawTexturePro(RenderTexture.Texture, new Rectangle(0f,0f,WindowX,-WindowY), new Rectangle(0,0,WindowX*WindowScale,WindowY*WindowScale), Vector2.Zero,0f,Color.WHITE); Raylib.EndDrawing(); } |
