diff options
Diffstat (limited to 'Camera.c')
| -rw-r--r-- | Camera.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -43,7 +43,7 @@ TYPE_COLLISION_BLOCK CameraApplyCoordinatesToCoordinates( TYPE_CAMERA* ptrCamera } void CameraApplyCoordinatesToSprite(TYPE_CAMERA* ptrCamera, - TYPE_SPRITE * spr, + TYPE_SPRITE* spr, uint16_t x, uint16_t y ) { |
