mirror of
https://github.com/DarkPlacesEngine/dpmodel.git
synced 2025-04-23 22:50:51 +00:00
improve animinfo dummy lines
git-svn-id: svn://svn.icculus.org/twilight/trunk/dpmodel@9500 d7cf8633-e32d-0410-b094-e92efae38249
This commit is contained in:
parent
26c35e2721
commit
0fcc90c474
1 changed files with 1 additions and 1 deletions
|
@ -937,7 +937,7 @@ int parseskeleton(void)
|
|||
fprintf(framegroupsfile, "%i %i %g %i // %s %s\n", baseframe, numframes - baseframe, sceneframerate, sceneloop, model_name_lowercase, scene_name_lowercase);
|
||||
|
||||
// dummy animinfo entry
|
||||
animinfo_write(framegroup, 1, 0.01, true);
|
||||
animinfo_write(framegroup, 1, sceneframerate / (numframes - baseframe), true);
|
||||
|
||||
++framegroup;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue