egl: Fix narrowing warning/error (#2891)
This commit is contained in:
parent
8207645355
commit
30f2920ae5
@ -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_
|
||||
|
Loading…
Reference in New Issue
Block a user