mirror of
https://github.com/tildearrow/furnace.git
synced 2024-12-31 20:11:29 +00:00
i am not sure if this works
This commit is contained in:
parent
211208ed53
commit
8991fa98ba
1 changed files with 4 additions and 0 deletions
|
@ -6600,6 +6600,10 @@ bool FurnaceGUI::init() {
|
||||||
for (int i=0; i<DIV_MAX_CHANS; i++) {
|
for (int i=0; i<DIV_MAX_CHANS; i++) {
|
||||||
oldPat[i]=new DivPattern;
|
oldPat[i]=new DivPattern;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#ifdef __APPLE__
|
||||||
|
SDL_RaiseWindow(sdlWin);
|
||||||
|
#endif
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue