mirror of
https://github.com/mkxp-z/mkxp-z.git
synced 2025-07-25 09:05:24 +02:00
add libtool to macOS dependencies in README
This commit is contained in:
parent
0ff3a4d563
commit
94aed2b503
2 changed files with 1 additions and 10 deletions
|
@ -221,7 +221,7 @@ You'll find your stuff under your MSYS home directory. You can also type `explor
|
|||
|
||||
```sh
|
||||
brew install meson cmake automake autoconf sdl2 sdl2_{image,ttf} \
|
||||
boost pixman physfs libsigc++ libvorbis fluidsynth pkgconfig
|
||||
boost pixman physfs libsigc++ libvorbis fluidsynth pkgconfig libtool
|
||||
```
|
||||
|
||||
3. Build the rest from source:
|
||||
|
|
|
@ -952,15 +952,6 @@ void Graphics::resizeScreen(int width, int height)
|
|||
p->screenQuad.setTexPosRect(screenRect, screenRect);
|
||||
|
||||
shState->eThread().requestWindowResize(width, height);
|
||||
|
||||
int cur_sz = p->scSize.x;
|
||||
|
||||
// Give things a little time to recalculate before continuing
|
||||
for (int i = 0; i < p->frameRate; i++)
|
||||
{
|
||||
if (cur_sz != p->scSize.x) break;
|
||||
update();
|
||||
}
|
||||
}
|
||||
|
||||
void Graphics::playMovie(const char *filename)
|
||||
|
|
Loading…
Add table
Reference in a new issue