Skip to content

Commit

Permalink
add gltf example to gdx tests
Browse files Browse the repository at this point in the history
  • Loading branch information
xpenatan committed Jul 9, 2024
1 parent acf670f commit b60226b
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@
import com.badlogic.gdx.tests.superkoalio.SuperKoalio;
import com.badlogic.gdx.tests.utils.GdxTest;
import com.badlogic.gdx.tests.utils.IssueTest;
import com.github.xpenatan.gdx.examples.tests.GLTFQuickStartExample;
import com.github.xpenatan.gdx.examples.tests.GearsDemo;
import com.github.xpenatan.gdx.examples.tests.PixelTest;
import com.github.xpenatan.gdx.examples.tests.ReadPixelsTest;
Expand All @@ -84,6 +85,7 @@ public static TeaVMInstancer[] getTestList() {
add(tests, ReflectionTest::new);
add(tests, TeaVMInputTest::new);
add(tests, FilesTest::new);
add(tests, GLTFQuickStartExample::new);

// QUICK TESTS ###################################
add(tests, PixmapBlendingTest::new);
Expand Down

0 comments on commit b60226b

Please sign in to comment.