Revision d61fd515
Added by Leszek Koltunski over 7 years ago
build.gradle | ||
---|---|---|
2 | 2 |
|
3 | 3 |
android { |
4 | 4 |
compileSdkVersion 23 |
5 |
buildToolsVersion "24.0.3"
|
|
5 |
buildToolsVersion '25.0.0'
|
|
6 | 6 |
|
7 | 7 |
defaultConfig { |
8 | 8 |
minSdkVersion 18 |
src/main/java/org/distorted/library/DistortedNode.java | ||
---|---|---|
227 | 227 |
{ |
228 | 228 |
ret++; |
229 | 229 |
mState.apply(); |
230 |
mEffects.drawPriv(mSurface.getWidth()/2, mSurface.getHeight()/2, mMesh, surface, currTime);
|
|
230 |
mEffects.drawPriv(mSurface.getWidth()/2.0f, mSurface.getHeight()/2.0f, mMesh, surface, currTime);
|
|
231 | 231 |
} |
232 | 232 |
|
233 | 233 |
return ret; |
Also available in: Unified diff
1. Move to Gradle 25.0.0
2. Bugfix in DistortedNode