Fix the rotation speed so it's calculated based on the rotation angle.
This commit is contained in:
parent
89772fd89b
commit
d1d7bf8d94
4 changed files with 10 additions and 3 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue