Skip to content

Commit

Permalink
fixed warnings originating from a test snippet
Browse files Browse the repository at this point in the history
  • Loading branch information
GHXX committed Nov 4, 2021
1 parent 4bf33e7 commit 594cbda
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DataInterfaceConsoleTest/Examples/ExampleSnippets.cs
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,8 @@ public static void TrapLocationOnMatchStart(DataInterface di)
[CallableExMethod(false, InvokeKind.MatchStart)]
public static void LoadCustomVariant(DataInterface di)
{
var height = 3;
var width = 3;
//var height = 3;
//var width = 3;
// example for odd timelines (commented out)
//var gb = new GameBuilderOdd(height, width);

Expand Down

0 comments on commit 594cbda

Please sign in to comment.