correctly added the flag and the flag count

This commit is contained in:
2024-10-11 09:36:43 +03:00
parent ea2df55295
commit 6c93fb76b1
5 changed files with 6 additions and 5 deletions

View File

@@ -60,7 +60,7 @@ func main() {
cfg := engine.Config{
Root: "root",
OutputSize: uint32(size),
FlagCount: uint32(16),
FlagCount: uint32(17),
}
if engineDebug {