/apps/demos/scenery: fix world origin relation

This commit is contained in:
veclavtalica
2025-03-02 01:04:09 +03:00
parent 119bd52c51
commit 55829a1bef
2 changed files with 7 additions and 4 deletions

View File

@@ -13,6 +13,7 @@ typedef struct SceneIngame {
Scene base;
Vec3 looking_direction;
Vec2 world_center;
Vec3 pos;
float yaw;