Skip to content

Commit

Permalink
fix android build
Browse files Browse the repository at this point in the history
  • Loading branch information
igagis committed Mar 26, 2024
1 parent 90099c3 commit 78b9eb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ruisapp/glue/android/glue.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ struct window_wrapper : public utki::destructable {
// Specify the attributes of the desired configuration.
// We need an EGLConfig with at least 8 bits per color
// component compatible with on-screen windows.
const std::array<EGLint, 15> attribs[] = {
const std::array<EGLint, 15> attribs = {
EGL_SURFACE_TYPE,
EGL_WINDOW_BIT,
EGL_RENDERABLE_TYPE,
Expand Down

0 comments on commit 78b9eb7

Please sign in to comment.