Minor doc mistake in lang.cpp (re:GC mode)
Monkey Forums/Monkey Bug Reports/Minor doc mistake in lang.cpp (re:GC mode)
| ||
in lang.cpp the code comments reads:// GC mode: // // 0 = disabled // 1 = Full GC every OnUpdate // 2 = Incremental GC every OnUpdate // 3 = Incremental GC every allocation but the versions.txt docs says differently. probably need to update the code comments in lang.cpp. |