push/pop mismatch
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
This commit is contained in:
@@ -63,7 +63,7 @@ namespace AZ
|
||||
SceneGraph m_graph;
|
||||
SceneManifest m_manifest;
|
||||
SceneOrientation m_originalOrientation = SceneOrientation::YUp;
|
||||
AZ_POP_DISABLE_OVERRIDE_WARNING
|
||||
AZ_POP_DISABLE_WARNING
|
||||
};
|
||||
} // Containers
|
||||
} // SceneAPI
|
||||
|
||||
@@ -106,7 +106,7 @@ namespace AZ
|
||||
AZ_PUSH_DISABLE_WARNING(4251, "-Wunknown-warning-option")
|
||||
StorageLookup m_storageLookup;
|
||||
ValueStorage m_values;
|
||||
AZ_POP_DISABLE_OVERRIDE_WARNING
|
||||
AZ_POP_DISABLE_WARNING
|
||||
};
|
||||
} // Containers
|
||||
} // SceneAPI
|
||||
|
||||
Reference in New Issue
Block a user