mirror of
https://github.com/overte-org/overte.git
synced 2025-04-18 07:56:25 +02:00
Remove unused debug variable in BuildGraphicsMeshTask::run
This commit is contained in:
parent
332a195fa3
commit
77a7eb9e04
1 changed files with 0 additions and 2 deletions
|
@ -384,8 +384,6 @@ void buildGraphicsMesh(const hfm::Mesh& hfmMesh, graphics::MeshPointer& graphics
|
|||
}
|
||||
|
||||
void BuildGraphicsMeshTask::run(const baker::BakeContextPointer& context, const Input& input, Output& output) {
|
||||
static int repeatMessageID = LogHandler::getInstance().newRepeatedMessageID();
|
||||
|
||||
auto& meshes = input.get0();
|
||||
auto& url = input.get1();
|
||||
auto& meshIndicesToModelNames = input.get2();
|
||||
|
|
Loading…
Reference in a new issue