1
0
Fork 0
mirror of https://git.coom.tech/drummyfish/small3dlib.git synced 2024-11-20 20:29:58 +01:00

Fix offline program

This commit is contained in:
Miloslav Číž 2019-06-19 18:06:56 +02:00
parent b5ed7e31e7
commit 31a8469ab5

View file

@ -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;