Skip to content

Commit

Permalink
Remove unnecessary function call
Browse files Browse the repository at this point in the history
  • Loading branch information
Tilka authored and fincs committed Sep 14, 2022
1 parent baf8622 commit 03193c0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion source/picasso_frontend.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,6 @@ int main(int argc, char* argv[])
f.WriteWord(dvle->uniformCount); // size of uniform table
curOff += dvle->uniformCount*8;
f.WriteWord(curOff); // offset to symbol table
u32 temp = f.Tell();
f.WriteWord(dvle->symbolSize); // size of symbol table

// Sort uniforms by position
Expand Down

0 comments on commit 03193c0

Please sign in to comment.