mirror of
https://github.com/overte-org/overte.git
synced 2025-04-19 13:43:49 +02:00
removing unused variables
This commit is contained in:
parent
bf5cdb0e5f
commit
8f23fb01a4
2 changed files with 0 additions and 2 deletions
|
@ -40,7 +40,6 @@ void GameSpaceToRender::run(const workload::WorkloadContextPointer& runContext,
|
|||
auto visible = _showAllProxies || _showAllViews;
|
||||
auto showProxies = _showAllProxies;
|
||||
auto showViews = _showAllViews;
|
||||
auto freezeViews = _freezeViews;
|
||||
|
||||
render::Transaction transaction;
|
||||
auto scene = gameWorkloadContext->_scene;
|
||||
|
|
|
@ -1575,7 +1575,6 @@ void Model::removeMaterial(graphics::MaterialPointer material, const std::string
|
|||
for (auto shapeID : shapeIDs) {
|
||||
if (shapeID < _modelMeshRenderItemIDs.size()) {
|
||||
auto itemID = _modelMeshRenderItemIDs[shapeID];
|
||||
bool visible = isVisible();
|
||||
auto renderItemsKey = _renderItemKeyGlobalFlags;
|
||||
bool wireframe = isWireframe();
|
||||
auto meshIndex = _modelMeshRenderItemShapes[shapeID].meshIndex;
|
||||
|
|
Loading…
Reference in a new issue