maxwell_3d: Fix macro binding cursor

This commit is contained in:
ReinUsesLisp 2019-09-01 04:59:27 -03:00
parent 598157a8c9
commit 95df43ec32
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;