mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-01 09:23:03 -04:00
fix fps bug
This commit is contained in:
parent
965c7fa05f
commit
f9a3770230
@ -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)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user