fix fps bug

This commit is contained in:
David Rose 2011-06-29 20:56:36 +00:00
parent 965c7fa05f
commit f9a3770230

View File

@ -24,10 +24,9 @@ TypeHandle InkblotVideo::_type_handle;
//////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////
InkblotVideo:: InkblotVideo::
InkblotVideo(int x, int y, int fps) : InkblotVideo(int x, int y, int fps) :
MovieVideo("inkblot"),
_specified_x(x), _specified_x(x),
_specified_y(y), _specified_y(y),
_specified_fps(y) _specified_fps(fps)
{ {
} }