Author Topic: Log "Static references cleared..."  (Read 2345 times)

Offline Thomas.

  • double
  • *****
  • Posts: 833
    • View Profile
Log "Static references cleared..."
« on: July 10, 2011, 12:16:21 am »
Why logcat is writing to me "Static references cleared..." every frame?

Offline EgonOlsen

  • Administrator
  • quad
  • *****
  • Posts: 12295
    • View Profile
    • http://www.jpct.net
Re: Log "Static references cleared..."
« Reply #1 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?

Offline Thomas.

  • double
  • *****
  • Posts: 833
    • View Profile
Re: Log "Static references cleared..."
« Reply #2 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 :)
« Last Edit: July 10, 2011, 09:28:09 pm by Thomas. »