remove !defined(RESOURCE_COMPILER) since is not defined anywhere (resource compiler was removed)
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
This commit is contained in:
@@ -42,10 +42,7 @@
|
||||
|
||||
// Type used for vertex indices
|
||||
// WARNING: If you change this typedef, you need to update AssetProcessorPlatformConfig.ini to convert cgf and abc files to the proper index format.
|
||||
#if defined(RESOURCE_COMPILER)
|
||||
typedef uint32 vtx_idx;
|
||||
#define AZ_RESTRICTED_SECTION_IMPLEMENTED
|
||||
#elif defined(MOBILE)
|
||||
#if defined(MOBILE)
|
||||
typedef uint16 vtx_idx;
|
||||
#define AZ_RESTRICTED_SECTION_IMPLEMENTED
|
||||
#elif defined(AZ_RESTRICTED_PLATFORM)
|
||||
@@ -138,7 +135,7 @@ typedef uint32 vtx_idx;
|
||||
# define PHYSICS_STACK_SIZE (128U << 10)
|
||||
#endif
|
||||
|
||||
#if (!defined(_RELEASE) || defined(PERFORMANCE_BUILD)) && !defined(RESOURCE_COMPILER)
|
||||
#if (!defined(_RELEASE) || defined(PERFORMANCE_BUILD))
|
||||
#ifndef ENABLE_PROFILING_CODE
|
||||
#define ENABLE_PROFILING_CODE
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user