From d1c4600366fa646b4816376bac0099c6a1082bea Mon Sep 17 00:00:00 2001 From: Iscle Date: Sat, 31 Dec 2022 03:32:32 +0100 Subject: [PATCH] Update --- src/ViPER4Android.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ViPER4Android.cpp b/src/ViPER4Android.cpp index 6d3f812..dfadfbe 100644 --- a/src/ViPER4Android.cpp +++ b/src/ViPER4Android.cpp @@ -257,7 +257,7 @@ static int32_t Viper_ICommand(effect_handle_t self, return 0; } case EFFECT_CMD_DISABLE: { -// pContext->viper->enable = false; + pContext->viper->enabled = false; *((int *) pReplyData) = 0; return 0; }