mirror of
https://github.com/moonlight-stream/moonlight-embedded.git
synced 2026-02-16 10:30:47 +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]) {
|
||||
if (!current) {
|
||||
eglMakeCurrent(display, surface, surface, context);
|
||||
current = True;
|
||||
current = true;
|
||||
}
|
||||
|
||||
glUseProgram(shader_program);
|
||||
|
||||
Reference in New Issue
Block a user