Revert commit 20478: instead of changing the default in blender, it's better to change the values for the demos that need it.

This commit is contained in:
Benoit Bolsee 2009-05-29 08:55:14 +00:00
parent 9c158175ab
commit 39177018af
2 changed files with 2 additions and 2 deletions

@ -112,7 +112,7 @@ World *add_world(char *name)
wrld->ticrate = 60;
wrld->maxlogicstep = 5;
wrld->physubstep = 1;
wrld->maxphystep = 1;
wrld->maxphystep = 5;
return wrld;
}

@ -8131,7 +8131,7 @@ static void do_versions(FileData *fd, Library *lib, Main *main)
wrld->ticrate = 60;
wrld->maxlogicstep = 5;
wrld->physubstep = 1;
wrld->maxphystep = 1;
wrld->maxphystep = 5;
}
}