Quote:
Originally Posted by DustyPorViva
Really? Why do we always have to compensate for bugs instead of at least doing a bandaid fix like this?
|
Because large strings really shouldn't be stored on the player anyways, it can lead some problems because more data has to be stored & accessed. It's much better to only access it when you need it due to the fact that strings are stored in memory.