iChun / iChunUtil

iChunUtil as required by several of my mods.
GNU Lesser General Public License v3.0
40 stars 53 forks source link

FZDS-induced lag #88

Closed purpleposeidon closed 9 years ago

purpleposeidon commented 9 years ago

Player found this: https://i.imgur.com/xkPHVVL.png This seems to be the relevant source code: https://github.com/iChun/iChunUtil/blob/master/src/main/java/us/ichun/mods/ichunutil/client/patron/EffectTicker.java#L54 It doesn't like the secret client-side shadow world that FZDS adds.

Perhaps use a world unload event? Failing that, maybe use a list of WeakReferences or something.

(Oh, and setting zmin should help with the visible-blocks-in-front-of-Doors thing; gluPerspective will do the trick I think?)

iChun commented 9 years ago

Oh hmm, are you overriding theWorld field? Will look into sometime later. On 22 May 2015 23:08, "neptunepink" notifications@github.com wrote:

Player found this: https://i.imgur.com/xkPHVVL.png This seems to be the relevant source code:

https://github.com/iChun/iChunUtil/blob/master/src/main/java/us/ichun/mods/ichunutil/client/patron/EffectTicker.java#L54 It doesn't like the secret client-side shadow world that FZDS adds.

Perhaps use a world unload event? Failing that, maybe use a list of WeakReferences or something.

(Oh, and setting zmin should help with the visible-blocks-in-front-of-Doors thing; gluPerspective will do the trick I think?)

— Reply to this email directly or view it on GitHub https://github.com/iChun/iChunUtil/issues/88.