mirror of
https://github.com/Almamu/linux-wallpaperengine.git
synced 2025-09-14 13:56:48 +08:00
Fixed compile error(excesive comma)
This commit is contained in:
parent
1e9196a729
commit
a2dcc0c85e
@ -25,7 +25,7 @@ CWallpaper::CWallpaper (Core::CWallpaper* wallpaperData, std::string type, CRend
|
||||
a_TexCoord (GL_NONE),
|
||||
m_vaoBuffer (GL_NONE),
|
||||
m_audioContext (audioContext),
|
||||
m_state (scalingMode),
|
||||
m_state (scalingMode)
|
||||
{
|
||||
// generate the VAO to stop opengl from complaining
|
||||
glGenVertexArrays (1, &this->m_vaoBuffer);
|
||||
|
Loading…
Reference in New Issue
Block a user