Skip to content

Commit bccbfc1

Browse files
committed
debug
1 parent a57e96c commit bccbfc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/BasicTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ void KeyboardKeyDown1 (object sender, OpenTK.Input.KeyboardKeyEventArgs e)
200200
w.DataSource = this;
201201
return;
202202
} else if (e.Key == OpenTK.Input.Key.F5) {
203-
GraphicObject w = Load ("Interfaces/Unsorted/testFileDialog.crow");
203+
GraphicObject w = Load ("Interfaces/Divers/testFileDialog.crow");
204204
w.DataSource = this;
205205
return;
206206
}else if (e.Key == OpenTK.Input.Key.F6) {

0 commit comments

Comments
 (0)