Bug fixes, Scene changes and new features #376

Merged
glencelow merged 15 commits from PlayerController into main 2023-02-28 23:10:33 +08:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 55953e0f08 - Show all commits

View File

@ -149,7 +149,7 @@ namespace SHADE
SHVec3 SHCameraComponent::GetPosition() const noexcept SHVec3 SHCameraComponent::GetPosition() const noexcept
{ {
return position; return position + offset;
} }
float SHCameraComponent::GetYaw() const noexcept float SHCameraComponent::GetYaw() const noexcept