Pass changes now building and working
This commit is contained in:
@@ -37,6 +37,8 @@ namespace AZ
|
||||
EnvironmentCubeMapPass::EnvironmentCubeMapPass(const PassDescriptor& passDescriptor)
|
||||
: ParentPass(passDescriptor)
|
||||
{
|
||||
m_flags.m_alreadyCreated = false;
|
||||
|
||||
// load pass data
|
||||
const EnvironmentCubeMapPassData* passData = PassUtils::GetPassData<EnvironmentCubeMapPassData>(passDescriptor);
|
||||
if (passData == nullptr)
|
||||
|
||||
Reference in New Issue
Block a user