Skip to content

Commit

Permalink
Delete debug line from viewport code
Browse files Browse the repository at this point in the history
  • Loading branch information
OldSerpskiStalker committed Sep 28, 2024
1 parent 669662d commit 0f1a667
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ImeSense.ShaderPlayground.Interop/Viewport.cs
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ protected override void DestroyNativeControlCore(IPlatformHandle control) {
private static void RunRender() {
while (true) {
Framework.Frame();
Debug.WriteLine("Frame 1");
}
}
}

0 comments on commit 0f1a667

Please sign in to comment.