mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-29 16:19:36 +01:00
Merge pull request #9309 from VOREStation/Verkister-patch-5
Fixes pixel shifting breaking offsets
This commit is contained in:
committed by
Chompstation Bot
parent
fea581f4ea
commit
e612636a10
@@ -943,8 +943,8 @@ default behaviour is:
|
||||
// Begin VOREstation edit
|
||||
if(is_shifted)
|
||||
is_shifted = FALSE
|
||||
pixel_x = 0
|
||||
pixel_y = 0
|
||||
pixel_x = default_pixel_x
|
||||
pixel_y = default_pixel_y
|
||||
// End VOREstation edit
|
||||
|
||||
if(pulling) // we were pulling a thing and didn't lose it during our move.
|
||||
|
||||
Reference in New Issue
Block a user