mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2025-01-12 20:18:59 +01:00
graphics: Fix comments
This commit is contained in:
parent
c492920842
commit
f008c6ab80
@ -41,7 +41,7 @@ var (
|
||||
// isMetalSupported represents whether Metal is supported.
|
||||
isMetalSupported = true
|
||||
|
||||
// isMetalSupportedOnce initialized isMetalSupported.
|
||||
// isMetalSupportedOnce initializs isMetalSupported.
|
||||
//
|
||||
// Use sync.Once instead of init function to avoid init-order dependency (#886).
|
||||
isMetalSupportedOnce sync.Once
|
||||
|
Loading…
Reference in New Issue
Block a user