Merge branch 'main' into object-debugger-stuff

This commit is contained in:
David Markowitz
2025-10-03 22:55:17 -07:00

View File

@@ -25,7 +25,7 @@
#include "MessageType/Game.h" #include "MessageType/Game.h"
#include <ctime> #include <ctime>
CharacterComponent::CharacterComponent(Entity* parent, Character* character, const SystemAddress& systemAddress) : Component(parent) { CharacterComponent::CharacterComponent(Entity* parent, const int32_t componentID, Character* character, const SystemAddress& systemAddress) : Component(parent, componentID) {
m_Character = character; m_Character = character;
m_IsRacing = false; m_IsRacing = false;