mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-17 20:52:36 +01:00
egl: Fix narrowing warning/error (#2891)
This commit is contained in:
@@ -224,7 +224,7 @@ EGL_IMPORT
|
||||
|
||||
# if BX_PLATFORM_ANDROID
|
||||
EGL_DEPTH_SIZE, 16,
|
||||
EGL_SAMPLES, msaaSamples,
|
||||
EGL_SAMPLES, (EGLint)msaaSamples,
|
||||
# else
|
||||
EGL_DEPTH_SIZE, 24,
|
||||
# endif // BX_PLATFORM_
|
||||
|
||||
Reference in New Issue
Block a user