Fix a comment. NFC.

Found by clang-tidy.
pull/479/head
Ryan Pavlik 2019-08-20 14:44:40 -05:00 committed by whitequark
parent 3e566d7e67
commit c959af1149
1 changed files with 1 additions and 1 deletions

View File

@ -1021,7 +1021,7 @@ public:
void DrawMesh(const SMesh &m, hFill hcfFront, hFill hcfBack = {}) override { void DrawMesh(const SMesh &m, hFill hcfFront, hFill hcfBack = {}) override {
drawCalls.emplace(MeshDrawCall::Create(renderer, m, fills.FindById(hcfFront), drawCalls.emplace(MeshDrawCall::Create(renderer, m, fills.FindById(hcfFront),
fills.FindByIdNoOops(hcfBack), fills.FindByIdNoOops(hcfBack),
/*lighting=*/true)); /*isShaded=*/true));
} }
void DrawFaces(const SMesh &m, const std::vector<uint32_t> &faces, hFill hcf) override { void DrawFaces(const SMesh &m, const std::vector<uint32_t> &faces, hFill hcf) override {