Refactored graph evaluations.

This commit is contained in:
Martin Felis
2022-04-18 20:02:16 +02:00
parent 5e7a48b2eb
commit 68331467f0
2 changed files with 4 additions and 3 deletions
-2
View File
@@ -121,8 +121,6 @@ TEST_CASE_METHOD(
}
TEST_CASE("AnimDataPlacementNew", "[AnimGraphEval]") {
std::cout << "blamp" << std::endl;
int anim_data_size = sizeof(AnimData);
char* buf = new char[anim_data_size];