-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed segmentation fault on some SIF TEXBs
* The vertex and the image size sometimes mismatched * Image always starts fetch at 0,0 to Width,Height. SIF sometimes starts fetch image from specific Vertex to specific Vertex location * UVs sometimes bigger than 1.0 and that cause segmentation fault Makefile now allows NDK build (all architecture). Just set `NDK_BUILD`=`<path to NDK build script>`
- Loading branch information
1 parent
ec9b778
commit 78d1f72
Showing
5 changed files
with
297 additions
and
95 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.