Skip to content

Commit

Permalink
core: fix-comment
Browse files Browse the repository at this point in the history
  • Loading branch information
HeatXD committed May 3, 2023
1 parent 4cbb6e2 commit 6afb267
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/host_display.h
Expand Up @@ -251,7 +251,7 @@ class HostDisplay
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 {
Expand Down

0 comments on commit 6afb267

Please sign in to comment.