Remove some debug output
This commit is contained in:
parent
f674fbe75b
commit
cd6033a77b
1 changed files with 0 additions and 2 deletions
|
@ -403,11 +403,9 @@ Model parseMDL(const std::string_view path) {
|
|||
|
||||
switch(usage) {
|
||||
case VertexUsage::Position:
|
||||
fmt::print("position\n");
|
||||
memcpy(vertices[k].position.data(), floatData.data(), sizeof(float) * 3);
|
||||
break;
|
||||
case VertexUsage::Normal:
|
||||
fmt::print("normal\n");
|
||||
memcpy(vertices[k].normal.data(), floatData.data(), sizeof(float) * 3);
|
||||
break;
|
||||
}
|
||||
|
|
Reference in a new issue