Skip to content

Commit

Permalink
Merge pull request #482 from o3de/gadams3/remove_deprecated_call
Browse files Browse the repository at this point in the history
Removing deprecated function call from multiplayer sample settings
  • Loading branch information
gadams3 authored Jul 10, 2024
2 parents ef7dcdb + 92b7944 commit 1ba22dc
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -398,10 +398,6 @@ namespace MultiplayerSample
isFullscreen, windowHandle,
&AzFramework::WindowRequestBus::Events::GetFullScreenState);

AzFramework::WindowRequestBus::Event(
windowHandle,
&AzFramework::WindowRequestBus::Events::SetEnableCustomizedResolution, fullscreen);

if (isFullscreen != fullscreen)
{
m_changingResolution = true;
Expand Down

0 comments on commit 1ba22dc

Please sign in to comment.