Merge pull request #2971 from HeatXD/fix-comment

core: fix-comment
This commit is contained in:
Connor McLaughlin 2023-05-04 00:59:49 +10:00 committed by GitHub
commit b790592003
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -251,7 +251,7 @@ protected:
bool m_vsync_enabled = false; bool m_vsync_enabled = false;
}; };
/// Returns a pointer to the current host display abstraction. Assumes AcquireHostDisplay() has been caled. /// Returns a pointer to the current host display abstraction. Assumes AcquireHostDisplay() has been called.
extern std::unique_ptr<HostDisplay> g_host_display; extern std::unique_ptr<HostDisplay> g_host_display;
namespace Host { namespace Host {