bandaid fix on snapshots. i'm gonna have to rewrite this whole system lol

This commit is contained in:
2025-11-17 02:50:08 -05:00
parent 25e902f4ea
commit b207a78a1f
2 changed files with 1 additions and 2 deletions

View File

@@ -7,7 +7,7 @@
namespace anm2ed::snapshots
{
constexpr auto ACTION = "Action";
constexpr auto MAX = 100;
constexpr auto MAX = 20;
};
namespace anm2ed