diff --git a/examples/LottieExtension.cpp b/examples/LottieExtension.cpp index 279c753c..32482705 100644 --- a/examples/LottieExtension.cpp +++ b/examples/LottieExtension.cpp @@ -127,5 +127,5 @@ struct UserExample : tvgexam::Example int main(int argc, char **argv) { - return tvgexam::main(new UserExample, argc, argv, 1280, 1280); + return tvgexam::main(new UserExample, argc, argv); } \ No newline at end of file