Watch
2
0
Fork
You've already forked raylib-cs
0

Fixing the Mesh struct

This commit is contained in:
Meatcorps 2026-05-21 11:15:25 +02:00
commit 94dda71bcf
5 changed files with 137 additions and 1 deletions

View file

@ -64,7 +64,7 @@ public class ModelLoading
{
// Update
//----------------------------------------------------------------------------------
UpdateCamera(ref camera, CameraMode.Free);
UpdateCamera(ref camera, CameraMode.Orbital);
if (IsFileDropped())
{