Make ExecutingAttack have raw pointer array HitData, instead of a List. This is a very hot segment of code, and removing surrounding abstractions can give us a decent amount of performance.
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2020-05-27 18:26:09 +02:00
parent 90e7a699bc
commit fcc6f2214e
3 changed files with 12 additions and 8 deletions

1
.gitignore vendored
View File

@@ -1,3 +1,4 @@
/cmake-build-debug/
/cmake-build-release/
/build-release-windows/
/.idea/