mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2025-01-12 20:18:59 +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 represents whether Metal is supported.
|
||||||
isMetalSupported = true
|
isMetalSupported = true
|
||||||
|
|
||||||
// isMetalSupportedOnce initializs isMetalSupported.
|
// isMetalSupportedOnce initializes isMetalSupported.
|
||||||
//
|
//
|
||||||
// Use sync.Once instead of init function to avoid init-order dependency (#886).
|
// Use sync.Once instead of init function to avoid init-order dependency (#886).
|
||||||
isMetalSupportedOnce sync.Once
|
isMetalSupportedOnce sync.Once
|
||||||
|
Loading…
Reference in New Issue
Block a user