Reylyer / GameMaker-Framework-Docs

0 stars 0 forks source link

ds_map problem iterating #1

Closed Reylyer closed 2 weeks ago

Reylyer commented 1 month ago

Image

Reylyer commented 2 weeks ago

Solution is just dont use map to iterate...

RN use double structure to modify and read:

read: map for global access, list for iterating modify: both