Skip to content

Commit

Permalink
potential fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jmorton06 committed Dec 22, 2024
1 parent 41ec782 commit c9faf3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lumos/Source/Lumos/Platform/iOS/iOSWindow.mm
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
{
auto prop = properties;

iOSOS iosOS = iOSOS::Get();
iOSOS* iosOS = iOSOS::Get();

prop.Width = (uint32_t)iosOS->GetWidth();
prop.Height = (uint32_t)iosOS->GetHeight();
Expand Down

0 comments on commit c9faf3a

Please sign in to comment.