diff options
Diffstat (limited to 'src/os')
-rw-r--r-- | src/os/macosx/splash.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/os/macosx/splash.cpp b/src/os/macosx/splash.cpp index 79bb0a022..bc1cd2dbf 100644 --- a/src/os/macosx/splash.cpp +++ b/src/os/macosx/splash.cpp @@ -122,7 +122,7 @@ void DisplaySplashImage() uint xoff = (_screen.width - width) / 2; uint yoff = (_screen.height - height) / 2; - switch (BlitterFactoryBase::GetCurrentBlitter()->GetScreenDepth()) { + switch (BlitterFactory::GetCurrentBlitter()->GetScreenDepth()) { case 8: { uint8 *dst_ptr = (uint8 *)_screen.dst_ptr; /* Initialize buffer */ |