Fixed physics system crash

This commit is contained in:
Antoine Pilote
2023-07-02 16:34:16 -04:00
parent 718e7c6997
commit ca989b9ba8
3 changed files with 42 additions and 44 deletions

View File

@@ -31,10 +31,5 @@ namespace Nuake {
Mass = j["Mass"];
return true;
}
void SyncWithTransform(TransformComponent& tc)
{
}
};
}