maxwell_3d: Fix macro binding cursor

This commit is contained in:
ReinUsesLisp
2019-09-01 04:59:27 -03:00
parent 4d4f9cc104
commit 52a41f482f
2 changed files with 4 additions and 10 deletions

View File

@ -1270,7 +1270,7 @@ private:
MemoryManager& memory_manager;
/// Start offsets of each macro in macro_memory
std::unordered_map<u32, u32> macro_offsets;
std::array<u32, 0x80> macro_positions = {};
/// Memory for macro code
MacroMemory macro_memory;