www.jpct.net

jPCT-AE - a 3d engine for Android => Support => Topic started by: Thomas. on July 10, 2011, 12:16:21 am

Title: Log "Static references cleared..."
Post by: Thomas. on July 10, 2011, 12:16:21 am
Why logcat is writing to me "Static references cleared..." every frame?
Title: Re: Log "Static references cleared..."
Post by: EgonOlsen on July 10, 2011, 09:03:51 pm
Because you remove one or more Object3D from the world in each frame!? Why are you doing that?
Title: Re: Log "Static references cleared..."
Post by: Thomas. on July 10, 2011, 09:14:46 pm
some bug, game is very slow now. I will look on it :)

edit: Now it is OK, it was just some stupidity in my code :)