mirror of
https://github.com/overte-org/overte.git
synced 2025-04-06 13:32:42 +02:00
Merge pull request #1263 from daleglass-overte/remove-checklightid-assert
Remove an assert referencing checkLightId, which seems not to exist anywhere
This commit is contained in:
commit
8f1c08a02e
1 changed files with 3 additions and 5 deletions
|
@ -389,8 +389,6 @@ void LightStage::updateLightArrayBuffer(Index lightId) {
|
|||
_lightArrayBuffer = std::make_shared<gpu::Buffer>(lightSize);
|
||||
}
|
||||
|
||||
assert(checkLightId(lightId));
|
||||
|
||||
if (lightId > (Index)_lightArrayBuffer->getNumTypedElements<graphics::Light::LightSchema>()) {
|
||||
_lightArrayBuffer->resize(lightSize * (lightId + 10));
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue