Navigation Menu

Skip to content

Commit

Permalink
applied patch 3026111 from Ben Deeming, so that the player plugin upd…
Browse files Browse the repository at this point in the history
…ates data at the per-model rate. Thanks Ben.
  • Loading branch information
rtv committed Nov 4, 2010
1 parent 3861cf3 commit 4325dc1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions libstageplugin/p_driver.cc
Expand Up @@ -248,6 +248,9 @@ InterfaceModel::InterfaceModel( player_devaddr_t addr,
&addr,
type );

// Use same update interval as the model
this->publish_interval_msec = this->mod->GetUpdateInterval()/1000;

if( !this->mod )
{
printf( " ERROR! no model available for this device."
Expand Down

0 comments on commit 4325dc1

Please sign in to comment.