Style fixes.
This commit is contained in:
parent
5c5d9fe09a
commit
5144c197d5
2 changed files with 5 additions and 5 deletions
|
|
@ -6,7 +6,7 @@ namespace sp {
|
|||
OpenGLShaderProgram::OpenGLShaderProgram()
|
||||
{
|
||||
m_extension = "glsl";
|
||||
m_id = glCreateProgram();
|
||||
m_id = glCreateProgram();
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue