Merge pull request #15931 from Atlante45/fix/dev-builds

Fix debug builds not compiling
This commit is contained in:
Shannon Romano 2019-07-15 16:28:40 -07:00 committed by GitHub
commit 020c7a5f44
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -30,7 +30,7 @@ void RegionState::run(const workload::WorkloadContextPointer& renderContext, con
// inputs[2N + 1] = vector of ids entering region N
//
// But we only pass inputs for R1 through R3
assert(inputs.size() == 2 * RegionState::NUM_REGIONS_TRACKED);
assert(inputs.size() == 2 * workload::Region::NUM_TRACKED_REGIONS);
// The id's in each vector are sorted in ascending order
// because the source vectors are scanned in ascending order.