Skip to content

Commit ee27e7f

Browse files
committed
fix bad previous commit
1 parent a317b84 commit ee27e7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/render/opengl/gl_engine_egl.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ void GLEngineEGL::initialize() {
250250
#endif
251251

252252
{
253-
std::stringstring ss;
253+
std::stringstream ss;
254254
ss << "Backend: openGL3_egl -- "
255255
<< "Loaded openGL version: " << glGetString(GL_VERSION) << " -- "
256256
<< "EGL version: " << majorVer << "." << minorVer;

0 commit comments

Comments
 (0)