Skip to content

Commit ad27f18

Browse files
committed
lottieexpressions: allow multi-threading
1 parent 5d446a7 commit ad27f18

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/LottieExpressions.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,5 +111,5 @@ struct UserExample : tvgexam::Example
111111

112112
int main(int argc, char **argv)
113113
{
114-
return tvgexam::main(new UserExample, argc, argv, false, 1024, 1024, 0, true);
114+
return tvgexam::main(new UserExample, argc, argv, false, 1024, 1024, 4, true);
115115
}

0 commit comments

Comments
 (0)