mirror of
https://github.com/redstrate/Novus.git
synced 2025-06-08 14:17:45 +00:00
Fix stupid absolute path
This commit is contained in:
parent
9688c091af
commit
9802bafaa8
1 changed files with 1 additions and 1 deletions
|
@ -230,7 +230,7 @@ MainWindow::MainWindow(GameData& data) : data(data) {
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
skeleton = parseHavokXML("/home/josh/test.xml");
|
skeleton = parseHavokXML("test.xml");
|
||||||
calculate_bone_inverse_pose(skeleton, *skeleton.root_bone, nullptr);
|
calculate_bone_inverse_pose(skeleton, *skeleton.root_bone, nullptr);
|
||||||
|
|
||||||
auto boneListWidget = new QListWidget();
|
auto boneListWidget = new QListWidget();
|
||||||
|
|
Loading…
Add table
Reference in a new issue