fix fps bug
This commit is contained in:
parent
965c7fa05f
commit
f9a3770230
|
|
@ -24,10 +24,9 @@ TypeHandle InkblotVideo::_type_handle;
|
|||
////////////////////////////////////////////////////////////////////
|
||||
InkblotVideo::
|
||||
InkblotVideo(int x, int y, int fps) :
|
||||
MovieVideo("inkblot"),
|
||||
_specified_x(x),
|
||||
_specified_y(y),
|
||||
_specified_fps(y)
|
||||
_specified_fps(fps)
|
||||
{
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue