fix bit counts (#2894)

This commit is contained in:
Totoo
2025-12-21 11:38:35 +01:00
committed by GitHub
parent f86d3e51f1
commit 2261e53981
3 changed files with 3 additions and 2 deletions
+1
View File
@@ -121,6 +121,7 @@ class FProtoSubCarFordV0 : public FProtoSubCarBase {
instance->generic.btn = instance->button;
instance->generic.cnt = instance->count;
*/
data_count_bit = 64;
if (callback) {
callback(this);
}