make Spin the default mode again

This commit is contained in:
Josh Holtrop 2011-05-23 16:42:34 -04:00
parent 5cf3b3f34c
commit 040c7a9412

View File

@ -32,7 +32,10 @@ static bool update (GnomeScreensaver & gs)
static Mode *getMode(GnomeScreensaver & gs)
{
#if 0
return new Starfield(gs);
#endif
return new Spin();
}
int main (int argc, char *argv[])