mirror of
https://github.com/overte-org/overte.git
synced 2025-04-19 12:23:24 +02:00
remove warning
This commit is contained in:
parent
50bf5db50f
commit
ba760c4108
1 changed files with 0 additions and 1 deletions
|
@ -1527,7 +1527,6 @@ void Model::endScene(RenderMode mode, RenderArgs* args) {
|
|||
int opaqueMeshPartsRendered = 0;
|
||||
|
||||
// now, for each model in the scene, render the mesh portions
|
||||
float alpha = 1.0f; // at this point we don't support per model alphas
|
||||
foreach(Model* model, _modelsInScene) {
|
||||
opaqueMeshPartsRendered += model->renderMeshes(batch, mode, false, DEFAULT_ALPHA_THRESHOLD, false, false, false, args);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue