mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-01 16:35:20 +00:00
DIRECTOR: Temporarily disable picture test
This commit is contained in:
parent
21042c073f
commit
a717dd278a
@ -109,6 +109,7 @@ void Window::testFontScaling() {
|
||||
x += tile->getSurface()->w + 10;
|
||||
}
|
||||
|
||||
#if 0
|
||||
Common::String path = pathMakeRelative("blend2.pic");
|
||||
Common::File in;
|
||||
in.open(path);
|
||||
@ -122,7 +123,7 @@ void Window::testFontScaling() {
|
||||
k->loadStream(in);
|
||||
surface.blitFrom(k->getSurface(), Common::Point(5, 280));
|
||||
in.close();
|
||||
|
||||
#endif
|
||||
g_system->copyRectToScreen(surface.getPixels(), surface.pitch, 0, 0, w, h); // testing fonts
|
||||
|
||||
Common::Event event;
|
||||
|
Loading…
x
Reference in New Issue
Block a user