Bug Issue: recycle actor without animation


Pages: 1

yoplalala

  • Subscriber - Stencyl Studio
  • *
May 31, 2020, 10:06:40 am
It will cause an error

https://github.com/Stencyl/stencyl-engine/blob/600d376054d1037a1186cdedcb28deda123dd497/com/stencyl/models/Actor.hx#L3593-L3601


Solution  just add
if  (currAnimation != null ){
currAnimation.filter = null;
}

same for  setFilter


Issue updated by Justin - June 02, 2020, 08:14:38 pm
  • Tags added: 4.0.3


Justin

  • Master Stencyler
  • *
June 30, 2020, 11:49:58 pm
Fixed in private build 10565, will be available in public release 4.0.3. Thank you!
  • Issue Assigned from (none) to Justin
  • Status changed from New to Resolved
« Last Edit: June 30, 2020, 11:50:14 pm by Justin »


Pages: 1

Details

  • Reported
    May 31, 2020, 10:06:40 am
  • Updated
    June 30, 2020, 11:49:58 pm

  • View Status
    Public
  • Type
    Bug
  • Status
    Resolved
  • Priority
    Normal
  • Version
    (none)
  • Fixed in
    (none)
  • Assigned to
    Justin
  • Category
    Engine

Tags