mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-12-25 03:08:54 +01:00
graphics: Fix comments again
This commit is contained in:
parent
f008c6ab80
commit
26296993f8
@ -41,7 +41,7 @@ var (
|
||||
// isMetalSupported represents whether Metal is supported.
|
||||
isMetalSupported = true
|
||||
|
||||
// isMetalSupportedOnce initializs isMetalSupported.
|
||||
// isMetalSupportedOnce initializes 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