SPEC-7531 Change Code/CryEngine to Code/Legacy (#1634)
* git mv Code\CryEngine Code\Legacy * redirecting CMakeLists.txt * fixing uic warning * Some more CryEngine mentions * validation scripts Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
This commit is contained in:
@@ -28,7 +28,7 @@ namespace Camera
|
||||
public:
|
||||
~AcquireByEntityId() override = default;
|
||||
AZ_RTTI(AcquireByEntityId, "{14D0D355-1F83-4F46-9DE1-D41D23BDFC3C}", ICameraTargetAcquirer)
|
||||
AZ_CLASS_ALLOCATOR(AcquireByEntityId, AZ::SystemAllocator, 0); ///< Use AZ::SystemAllocator, otherwise a CryEngine allocator will be used. This will cause the Asset Processor to crash when this object is deleted, because of the wrong uninitialisation order
|
||||
AZ_CLASS_ALLOCATOR(AcquireByEntityId, AZ::SystemAllocator, 0);
|
||||
static void Reflect(AZ::ReflectContext* reflection);
|
||||
|
||||
//////////////////////////////////////////////////////////////////////////
|
||||
|
||||
@@ -29,7 +29,7 @@ namespace Camera
|
||||
public:
|
||||
~AcquireByTag() override = default;
|
||||
AZ_RTTI(AcquireByTag, "{E76621A5-E5A8-41B0-AC1D-EC87553181F5}", ICameraTargetAcquirer)
|
||||
AZ_CLASS_ALLOCATOR(AcquireByTag, AZ::SystemAllocator, 0); ///< Use AZ::SystemAllocator, otherwise a CryEngine allocator will be used. This will cause the Asset Processor to crash when this object is deleted, because of the wrong uninitialisation order
|
||||
AZ_CLASS_ALLOCATOR(AcquireByTag, AZ::SystemAllocator, 0);
|
||||
static void Reflect(AZ::ReflectContext* reflection);
|
||||
|
||||
//////////////////////////////////////////////////////////////////////////
|
||||
|
||||
Reference in New Issue
Block a user