mirror of
https://github.com/ZDoom/Raze.git
synced 2025-06-01 09:42:27 +00:00
- Capitalise vec2_t
y
variable.
This commit is contained in:
parent
3c9cd926ba
commit
118ceb18ca
46 changed files with 352 additions and 352 deletions
|
@ -373,7 +373,7 @@ int DoRotator(DSWActor* actor)
|
|||
vec2_t const orig = { r->origX[ndx], r->origY[ndx] };
|
||||
rotatepoint(pivot->pos.vec2, orig, r->pos, &nxy);
|
||||
|
||||
dragpoint(&wal, nxy.X, nxy.y);
|
||||
dragpoint(&wal, nxy.X, nxy.Y);
|
||||
ndx++;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue