First pass that actually work
Not at all done, but it'll have to do for now
This commit is contained in:
@@ -16,5 +16,9 @@ public:
|
||||
(double)Component["TimeSinceDeath"] = 0.f;
|
||||
}
|
||||
(double&)Component["TimeSinceDeath"] += dt;
|
||||
|
||||
//if ((bool)Component["Gravity"] == true) {
|
||||
// (bool)Component["ExponentialAccelaration"] = false;
|
||||
//}
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user