We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d446a7 commit ad27f18Copy full SHA for ad27f18
1 file changed
src/LottieExpressions.cpp
@@ -111,5 +111,5 @@ struct UserExample : tvgexam::Example
111
112
int main(int argc, char **argv)
113
{
114
- return tvgexam::main(new UserExample, argc, argv, false, 1024, 1024, 0, true);
+ return tvgexam::main(new UserExample, argc, argv, false, 1024, 1024, 4, true);
115
}
0 commit comments