feat(Core/Time): Implement saparated manager for game time (#8630)
This commit is contained in:
parent
12da792a90
commit
8b7df23f06
129 changed files with 1147 additions and 817 deletions
14
doc/changelog/pendings/changes_1635377685423214200.md
Normal file
14
doc/changelog/pendings/changes_1635377685423214200.md
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
### How to upgrade
|
||||
|
||||
```diff
|
||||
- time(nullptr)
|
||||
+ GameTime::GetGameTime().count()
|
||||
```
|
||||
```diff
|
||||
- sWorld->GetGameTime()
|
||||
+ GameTime::GetGameTime().count()
|
||||
```
|
||||
```diff
|
||||
- World::GetGameTimeMS()
|
||||
+ GameTime::GetGameTimeMS().count()
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue