Skip to content

Commit

Permalink
remove debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
RektInator committed Dec 3, 2020
1 parent 8d4e7e3 commit 1103fc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/IW5/Assets/XAnimParts.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -346,9 +346,9 @@ namespace ZoneTool

if (partdata->quat2)
{
ZONETOOL_INFO("Write - Delta:Quat2");
buf->align(3);
buf->write_stream(partdata->quat2, 4, 1); // not full struct

if (partdata->quat2->size)
{
buf->write_stream(&partdata->quat2->u, 0x4, 1); // not full struct
Expand Down

0 comments on commit 1103fc3

Please sign in to comment.