Index: samples/openglui/web/flashingbox_driver.dart |
diff --git a/samples/simplegl/web/flashingbox_driver.dart b/samples/openglui/web/flashingbox_driver.dart |
similarity index 77% |
rename from samples/simplegl/web/flashingbox_driver.dart |
rename to samples/openglui/web/flashingbox_driver.dart |
index 5edd2acb95782d3168427c92e6580b08e7fd0a10..10103a57a238707ab4905159a7e6b86b12ca3158 100644 |
--- a/samples/simplegl/web/flashingbox_driver.dart |
+++ b/samples/openglui/web/flashingbox_driver.dart |
@@ -3,6 +3,6 @@ |
// BSD-style license that can be found in the LICENSE file. |
import 'gl_driver.dart'; |
-import 'flashingbox.dart'; |
+import '../src/flashingbox.dart'; |
main() => glMain(setup, resize, draw); |