From 5172b04d775073bb386a428357e5a1f35e84cf42 Mon Sep 17 00:00:00 2001 From: Hermet Park Date: Mon, 24 Jun 2024 11:18:19 +0900 Subject: [PATCH] example/LottieExtension: adjusted its window size --- examples/LottieExtension.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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