mirror of
https://github.com/izzy2lost/2ship2harkinian-Android.git
synced 2026-06-19 01:20:08 -07:00
* Fix Camera Interpolation On Sudden Movements * huge formatting discovery * increase angle tolerance
7 lines
150 B
C
7 lines
150 B
C
#ifndef CAMERA_INTERPOLATE_FIXES_H
|
|
#define CAMERA_INTERPOLATE_FIXES_H
|
|
|
|
void RegisterCameraInterpolationFixes();
|
|
|
|
#endif // CAMERA_INTERPOLATE_FIXES_H
|