Implement drawing bitmapped objects.

This commit is contained in:
Daniel Schepler 2004-03-22 11:23:37 +00:00
parent 1db7c464cf
commit 3d67f2bbbf
12 changed files with 66 additions and 25 deletions

View file

@ -98,7 +98,6 @@ int main(int argc, char *argv[]) {
#endif
g_driver->clearScreen();
Bitmap::prepareDraw();
splash_bm->draw();
g_driver->flipBuffer();