Renaming methods to better reflect what they do
This commit is contained in:
@@ -40,7 +40,7 @@ using namespace Math::Literals;
|
||||
// ======================== CLASSES ========================
|
||||
class Manager {
|
||||
public:
|
||||
static void AdvanceTime();
|
||||
static void Advance();
|
||||
static float DeltaTime;
|
||||
|
||||
private:
|
||||
|
||||
@@ -13,7 +13,7 @@ std::vector<uint16_t> Manager::toUnhook;
|
||||
|
||||
Timeline Manager::time{};
|
||||
|
||||
void Manager::AdvanceTime() {
|
||||
void Manager::Advance() {
|
||||
if (time.currentFrameTime() == 0.0f) {
|
||||
time.start();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user