summaryrefslogtreecommitdiff
path: root/src/blu_cat/com
diff options
context:
space:
mode:
authorFrederico Linhares <fred@linhares.blue>2025-03-19 16:20:37 -0300
committerFrederico Linhares <fred@linhares.blue>2025-03-21 11:42:09 -0300
commit600a4f7586a31990cfdb02ab811768ca6afc909e (patch)
treece400e93af563e2049b85f604314773d1dae899d /src/blu_cat/com
parent96228c92004fefae3cb3392c20d90ec4ede753cd (diff)
fixt Use bone from mesh when animating model
* src/blu_cat/gra/skeletal_model.cpp (SkeletalModel::tick): Use bone position from mesh. Not using it was a bug.
Diffstat (limited to 'src/blu_cat/com')
-rw-r--r--src/blu_cat/com/binary_writer.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/blu_cat/com/binary_writer.cpp b/src/blu_cat/com/binary_writer.cpp
index 0c4cace..7a987d4 100644
--- a/src/blu_cat/com/binary_writer.cpp
+++ b/src/blu_cat/com/binary_writer.cpp
@@ -16,8 +16,6 @@
#include "binary_writer.hpp"
-#include <iostream>
-
namespace
{