Author Topic: cloneObject() and TRANSPARENCY_MODE_ADD  (Read 5305 times)

Offline Klaudiusz

  • int
  • **
  • Posts: 75
    • View Profile
cloneObject() and TRANSPARENCY_MODE_ADD
« on: June 28, 2007, 09:30:49 pm »
It's a detail, but You should know it.

if source object has TRANSPARENCY_MODE_ADD (added in last jpct version), cloneObject doesn't copy this. It's copies transparency but sets TRANSPARENCY_MODE_DEFAULT.

Offline EgonOlsen

  • Administrator
  • quad
  • *****
  • Posts: 12295
    • View Profile
    • http://www.jpct.net
Re: cloneObject() and TRANSPARENCY_MODE_ADD
« Reply #1 on: June 28, 2007, 10:45:19 pm »
Thanks for reporting this. I'll fix it for the next release.