From 5458b14c439a040f75927fe61b31be680ad71972 Mon Sep 17 00:00:00 2001 From: Andrew Woodward Date: Mon, 3 Oct 2022 00:14:53 -0700 Subject: [PATCH] Remove reference in OS to date and time functions Since they moved to Time --- doc/classes/OS.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/classes/OS.xml b/doc/classes/OS.xml index bc6ac8012f6..15b3d4958c9 100644 --- a/doc/classes/OS.xml +++ b/doc/classes/OS.xml @@ -4,7 +4,7 @@ Operating System functions. - Operating System functions. OS wraps the most common functionality to communicate with the host operating system, such as the clipboard, video driver, date and time, timers, environment variables, execution of binaries, command line, etc. + Operating System functions. OS wraps the most common functionality to communicate with the host operating system, such as the clipboard, video driver, delays, environment variables, execution of binaries, command line, etc. https://godotengine.org/asset-library/asset/677