mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-10 23:02:08 +00:00
- fixed typo.
This commit is contained in:
parent
123ed9d01d
commit
d8a1005c76
1 changed files with 1 additions and 1 deletions
|
@ -185,7 +185,7 @@ TimidityMIDIDevice::~TimidityMIDIDevice()
|
|||
int TimidityMIDIDevice::OpenRenderer()
|
||||
{
|
||||
Renderer->Reset();
|
||||
return 9;
|
||||
return 0;
|
||||
}
|
||||
|
||||
//==========================================================================
|
||||
|
|
Loading…
Reference in a new issue