Skip to content

Commit

Permalink
Update Game.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
MrScautHD committed Jun 7, 2024
1 parent 24db718 commit 7fe2c9c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Sparkle/CSharp/Game.cs
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,6 @@ public class Game : Disposable {
this.BindingContext = new NativeBindingsContext();
GLLoader.LoadBindings(this.BindingContext);

Logger.Error($"\t> REAL GL: {GL.GetString(StringName.Version)}");

this.OnRun();

Logger.Info("Load content...");
Expand Down

0 comments on commit 7fe2c9c

Please sign in to comment.