mirror of
https://github.com/odrling/Aegisub
synced 2025-04-11 22:56:02 +02:00
Fix uncaught exception when resampling empty drawings
This commit is contained in:
parent
cf76fb343f
commit
1f66e776c1
@ -67,7 +67,8 @@ namespace {
|
||||
}
|
||||
}
|
||||
|
||||
final.pop_back();
|
||||
if (final.size())
|
||||
final.pop_back();
|
||||
return final;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user