MessagePopup
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
This commit is contained in:
@@ -25,7 +25,7 @@ namespace MessagePopup
|
||||
EPopupKind_Toaster
|
||||
};
|
||||
|
||||
static const AZ::u32 InvalidId = -1;
|
||||
static const AZ::u32 InvalidId = std::numeric_limits<AZ::u32>::max();
|
||||
|
||||
//////////////////////////////////////////////////////////////////////////
|
||||
struct MessagePopupInfo
|
||||
|
||||
Reference in New Issue
Block a user