mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-08 05:33:36 +00:00
example/LottieExtension: adjusted its window size
This commit is contained in:
parent
3c6a456d2c
commit
5172b04d77
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
Loading…
Add table
Reference in a new issue