diff options
| author | MegaMech <inkstudios1@hotmail.com> | 2025-05-16 19:06:17 -0600 |
|---|---|---|
| committer | MegaMech <inkstudios1@hotmail.com> | 2025-05-16 19:06:17 -0600 |
| commit | 3ec090171861605939ccba121969f274d8b0e939 (patch) | |
| tree | aab163a4719ec59113e875fb3a3b36cfa002a3bf /src/port/Engine.cpp | |
| parent | 09fb8d84210e82030da89cd9a5793fb6402a971f (diff) | |
Interp Works
Diffstat (limited to 'src/port/Engine.cpp')
| -rw-r--r-- | src/port/Engine.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/port/Engine.cpp b/src/port/Engine.cpp index 58e3920ea..cc7d0755d 100644 --- a/src/port/Engine.cpp +++ b/src/port/Engine.cpp @@ -379,6 +379,7 @@ void GameEngine::ProcessGfxCommands(Gfx* commands) { mtx_replacements.emplace_back(); } } + // printf("mtxf size: %d\n", mtx_replacements.size()); time -= fps; |
