mirror of https://github.com/snes9xgit/snes9x.git
Clear config on destroy
This commit is contained in:
parent
8b55dd617d
commit
d8ef082cfe
|
@ -1066,5 +1066,6 @@ void GLSLShader::destroy (void)
|
|||
pass.clear();
|
||||
lut.clear();
|
||||
prev_frame.clear();
|
||||
conf.Clear();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue