From f9a37702304a6fc686af32a7d0cc2f2733a497de Mon Sep 17 00:00:00 2001 From: David Rose Date: Wed, 29 Jun 2011 20:56:36 +0000 Subject: [PATCH] fix fps bug --- panda/src/movies/inkblotVideo.cxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/panda/src/movies/inkblotVideo.cxx b/panda/src/movies/inkblotVideo.cxx index 38bdf15cbf..656b410a27 100644 --- a/panda/src/movies/inkblotVideo.cxx +++ b/panda/src/movies/inkblotVideo.cxx @@ -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) { }