Quote:
Originally Posted by Neobeo
This isn't so much memory related as it is to JJ2's internal constant for the number of objects loaded at any one time. In retrospect it would be trivial to change a few bytes to ignore this limit, but the accepted way is to reduce the number of objects loaded (usually generators).
|
why is that feature actually implemented in JJ2?
|