update color at picking and cleanup code from some warnings

This commit is contained in:
2019-03-11 15:35:59 +01:00
parent 373e7ad0e9
commit fda399f7dd
16 changed files with 56 additions and 63 deletions

View File

@@ -70,7 +70,7 @@ public:
}
}
}
glm::vec2 bbsz = bbmax - bbmin;
//glm::vec2 bbsz = bbmax - bbmin;
}
}
};