Skip to content

Commit

Permalink
Fix gdx.gwt.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
realitix committed Jan 30, 2016
1 parent c846d59 commit d27c693
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions gdx/src/com/badlogic/gdx.gwt.xml
Expand Up @@ -197,6 +197,7 @@
<include name="graphics/g3d/utils/AnimationController.java"/>
<include name="graphics/g3d/utils/BaseAnimationController.java"/>
<include name="graphics/g3d/utils/BaseShaderProvider.java"/>
<include name="graphics/g3d/utils/CameraHelper.java"/>
<include name="graphics/g3d/utils/CameraInputController.java"/>
<include name="graphics/g3d/utils/DefaultRenderableSorter.java"/>
<include name="graphics/g3d/utils/DefaultShaderProvider.java"/>
Expand All @@ -214,9 +215,6 @@
<include name="graphics/g3d/utils/TextureDescriptor.java"/>
<include name="graphics/g3d/utils/TextureProvider.java"/>

<!-- graphics/g3d/utils/helper -->
<include name="graphics/g3d/utils/helper/CameraHelper.java"/>

<!-- graphics/glutils -->
<exclude name="graphics/glutils/ETC1.java"/> <!-- Reason: No ETC1 Support -->
<include name="graphics/glutils/ETC1TextureData.java"/> <!-- Emulated: explodes on construction -->
Expand Down

0 comments on commit d27c693

Please sign in to comment.