Remove some outdated comments, minor stuff
This commit is contained in:
parent
0a70618f87
commit
fbaffdceab
4 changed files with 2 additions and 45 deletions
|
@ -134,8 +134,7 @@ void PrintDecodedVertex(VertexReader &vtx) {
|
|||
printf("P: %f %f %f\n", pos[0], pos[1], pos[2]);
|
||||
}
|
||||
|
||||
VertexDecoder::VertexDecoder() : jitted_(0), decoded_(nullptr), ptr_(nullptr)
|
||||
{
|
||||
VertexDecoder::VertexDecoder() : jitted_(0), decoded_(nullptr), ptr_(nullptr) {
|
||||
}
|
||||
|
||||
void VertexDecoder::Step_WeightsU8() const
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue