fixed copy-paste bug in glw.
This commit is contained in:
parent
8712813a97
commit
eae419e894
|
@ -197,7 +197,7 @@ class SharedObjectBinding
|
||||||
|
|
||||||
GLint unit(void) const
|
GLint unit(void) const
|
||||||
{
|
{
|
||||||
return this->m_target;
|
return this->m_unit;
|
||||||
}
|
}
|
||||||
|
|
||||||
void ref(void)
|
void ref(void)
|
||||||
|
|
Loading…
Reference in New Issue