You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-07 12:30:27 +00:00
[gles2] fix black bar artifacts
This commit is contained in:
@@ -75,6 +75,7 @@ void RasterizerCanvasGLES2::canvas_begin() {
|
||||
}
|
||||
|
||||
if (storage->frame.clear_request) {
|
||||
glColorMask(true, true, true, true);
|
||||
glClearColor(storage->frame.clear_request_color.r,
|
||||
storage->frame.clear_request_color.g,
|
||||
storage->frame.clear_request_color.b,
|
||||
|
||||
Reference in New Issue
Block a user