Skip to content

Commit 5cd7202

Browse files
committed
Update models_rlgl_solar_system.c
1 parent 22e1e86 commit 5cd7202

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

examples/models/models_rlgl_solar_system.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,6 @@ int main(void)
6666
{
6767
// Update
6868
//----------------------------------------------------------------------------------
69-
UpdateCamera(&camera, CAMERA_ORBITAL);
70-
7169
earthRotation += (5.0f*rotationSpeed);
7270
earthOrbitRotation += (365/360.0f*(5.0f*rotationSpeed)*rotationSpeed);
7371
moonRotation += (2.0f*rotationSpeed);

0 commit comments

Comments
 (0)