mirror of https://github.com/axmolengine/axmol.git
delete call back
This commit is contained in:
parent
e2a49ca9c4
commit
4304d740b4
|
@ -62,8 +62,8 @@ UniformValue::UniformValue(Uniform *uniform, GLProgram* glprogram)
|
||||||
|
|
||||||
UniformValue::~UniformValue()
|
UniformValue::~UniformValue()
|
||||||
{
|
{
|
||||||
// if (_useCallback)
|
if (_useCallback)
|
||||||
// delete _value.callback;
|
delete _value.callback;
|
||||||
}
|
}
|
||||||
|
|
||||||
void UniformValue::apply()
|
void UniformValue::apply()
|
||||||
|
|
Loading…
Reference in New Issue