Merge branch 'main' into PlayerController

This commit is contained in:
Glence 2023-02-27 00:41:35 +08:00
commit 55953e0f08
1 changed files with 1 additions and 1 deletions

View File

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