mirror of
https://github.com/moonlight-stream/moonlight-embedded.git
synced 2026-04-19 23:00:27 +00:00
Use lowercase true
This commit is contained in:
@@ -173,7 +173,7 @@ void egl_init(EGLNativeDisplayType native_display, NativeWindowType native_windo
|
|||||||
void egl_draw(uint8_t* image[3]) {
|
void egl_draw(uint8_t* image[3]) {
|
||||||
if (!current) {
|
if (!current) {
|
||||||
eglMakeCurrent(display, surface, surface, context);
|
eglMakeCurrent(display, surface, surface, context);
|
||||||
current = True;
|
current = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
glUseProgram(shader_program);
|
glUseProgram(shader_program);
|
||||||
|
|||||||
Reference in New Issue
Block a user