core: fix-comment

This commit is contained in:
Jamie Meyer
2023-05-03 16:44:48 +02:00
committed by GitHub
parent 4cbb6e2247
commit 6afb267bb9

View File

@ -251,7 +251,7 @@ protected:
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;
namespace Host {