Camera system update for line without editor

This commit is contained in:
Xiao Qi 2023-03-03 23:54:16 +08:00
parent 98d0021b32
commit c4d2091b99
1 changed files with 1 additions and 1 deletions

View File

@ -560,7 +560,7 @@ namespace SHADE
}
#else
return SHVec2{ GetDirector(index)->GetWidth(),GetDirector(index)->GetHeight() };
return SHVec2{ GetDirector(index)->GetWidth(),GetDirector(index)->GetWidth() / screenAspectRatio };
#endif
}