summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorKargatum <dowlandtop@yandex.com>2022-01-24 17:55:00 +0700
committerGitHub <noreply@github.com>2022-01-24 17:55:00 +0700
commit8b7df23f064f8c1c41aea222342b53f109c4e3b9 (patch)
tree6a7dc7d4bff6ef8c006b57c4110ece5cfe38c344 /doc
parent12da792a901ffd75616a4d30661e97b2a1189ddf (diff)
feat(Core/Time): Implement saparated manager for game time (#8630)
Diffstat (limited to 'doc')
-rw-r--r--doc/changelog/pendings/changes_1635377685423214200.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/changelog/pendings/changes_1635377685423214200.md b/doc/changelog/pendings/changes_1635377685423214200.md
new file mode 100644
index 0000000000..608c5a1e22
--- /dev/null
+++ b/doc/changelog/pendings/changes_1635377685423214200.md
@@ -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()
+```