Thread: Graal Shop Pro
View Single Post
  #27  
Old 10-07-2016, 05:23 PM
fowlplay4 fowlplay4 is offline
team canada
fowlplay4's Avatar
Join Date: Jul 2004
Location: Canada
Posts: 5,200
fowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond repute
Looks like I used rotation instead of rotate during the gani initialization so rotate effects would stack.

Update lines 3220 and 3221:

PHP Code:
  this.effects.rotation = {};   // Rotation Effects
  
this.effects.rotation.clearvars(); 
to be the following instead:

PHP Code:
  this.effects.rotate = {};     // Rotation Effects
  
this.effects.rotate.clearvars(); 
alternatively download the corrected version attached.
Attached Files
File Type: txt graalshop_preview.txt (142.2 KB, 365 views)
__________________
Quote:
Reply With Quote