Fix the rotation speed so it's calculated based on the rotation angle.

This commit is contained in:
Zed A. Shaw 2026-05-26 11:06:58 -04:00
parent 89772fd89b
commit d1d7bf8d94
4 changed files with 10 additions and 3 deletions

View file

@ -706,3 +706,7 @@ void System::init(Registry& reg) {
reg.addUpdate(System::lighting);
reg.addUpdate(System::death);
}
void System::restart() {
// TODO: implement starting a new game, duh
}