mirror of
https://git.coom.tech/drummyfish/small3dlib.git
synced 2024-11-21 20:39:57 +01:00
Fix offline program
This commit is contained in:
parent
b5ed7e31e7
commit
31a8469ab5
1 changed files with 1 additions and 1 deletions
|
@ -510,7 +510,7 @@ int main()
|
|||
|
||||
S3L_lookAt(target1,&transform1);
|
||||
|
||||
transform1.rotation.y = -S3L_FRACTIONS_PER_UNIT + transform1.rotation.y;
|
||||
//transform1.rotation.y = -S3L_FRACTIONS_PER_UNIT + transform1.rotation.y;
|
||||
|
||||
int frames = 100;
|
||||
|
||||
|
|
Loading…
Reference in a new issue