Skip to content

Commit

Permalink
fixed wavefront when negative vertex index
Browse files Browse the repository at this point in the history
  • Loading branch information
andresoviedo committed May 20, 2019
1 parent ce9f831 commit 0ac94ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file modified app/build/outputs/apk/release/app-release.apk
Binary file not shown.
4 changes: 2 additions & 2 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="org.andresoviedo.dddmodel2"
android:versionCode="20"
android:versionName="2.5.0" >
android:versionCode="21"
android:versionName="2.5.1" >

<uses-sdk
android:minSdkVersion=""
Expand Down

0 comments on commit 0ac94ad

Please sign in to comment.