Skip to content

Commit

Permalink
Added a note
Browse files Browse the repository at this point in the history
  • Loading branch information
grunt-lucas committed Sep 21, 2023
1 parent 43f4be9 commit 4130f2a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/driver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -308,6 +308,7 @@ prepareDecompiledAnimsForImport(PtContext &ctx, std::filesystem::path animationP
* order would also yield the frame order. However, the frames don't actually follow this
* format. It would be better to read and then sort, especially since the decompiler has to
* use the 0.png format.
* FIXME : I think this is fixed now, and we can remove the above message, confirm this
*/
if (!std::regex_match(fileName, std::regex("^[0-9][0-9]*\\.png$"))) {
if (fileName != "key.png") {
Expand Down

0 comments on commit 4130f2a

Please sign in to comment.