Actions
Bug #549
closedBob Skew causing crash
Start date:
10/15/2020
Due date:
% Done:
0%
Estimated time:
Affected version:
Description
Bob Skew causes a crash because there's an error in the instruction definition.
It should read:-
Instruction "bob skew", "Index = index":index, "SkewX = 0":_x, "SkewY = 0":_y
{
#errors
this.aoz.currentScreen.bobSkew(%index,{x:%_x,y:%_y}); <----- in RC3, %index is replaced by %number
}
End Instruction
Actions