Ooops, fix type in vc76_setScaleXOffs()
svn-id: r24035
This commit is contained in:
parent
deaa9e1ca1
commit
c60d3d73f4
1 changed files with 1 additions and 1 deletions
|
@ -2607,7 +2607,7 @@ void AGOSEngine::vc76_setScaleXOffs() {
|
|||
vsp1->x = tmp2;
|
||||
vsp2->x = tmp1;
|
||||
tmp1 = vsp1->y;
|
||||
tmp2 = vsp1->y;
|
||||
tmp2 = vsp2->y;
|
||||
vsp1->y = tmp2;
|
||||
vsp2->y = tmp1;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue