Skip to content

Commit 8f7c8dc

Browse files
author
马君
committed
fix beauty
1 parent 5878344 commit 8f7c8dc

File tree

4 files changed

+1
-1
lines changed

4 files changed

+1
-1
lines changed
399 KB
Binary file not shown.
Binary file not shown.
399 KB
Binary file not shown.

demo/src/main/java/com/aiyaapp/aiya/EffectSelectActivity.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ public void onClick(View view){
150150
break;
151151
case R.id.mRight:
152152
mBeautyFlag=++mBeautyFlag>=7?0:mBeautyFlag;
153-
AiyaEffects.getInstance().set(ISdkManager.SET_BEAUTY_TYPE,0);
153+
AiyaEffects.getInstance().set(ISdkManager.SET_BEAUTY_TYPE,1);
154154
AiyaEffects.getInstance().set(ISdkManager.SET_BEAUTY_LEVEL,mBeautyFlag);
155155
if(mBeautyFlag>0){
156156
AiyaEffects.getInstance().set(ISdkManager.SET_OXEYE,mBeautyFlag*10+20);

0 commit comments

Comments
 (0)