mirror of
https://github.com/hawkeye-stan/msfs-popout-panel-manager.git
synced 2024-11-24 06:40:09 +00:00
Update HudBar data refresh rate
This commit is contained in:
parent
68fce94b4d
commit
365fc637e0
2 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
|
|||
-->
|
||||
<Project>
|
||||
<PropertyGroup>
|
||||
<Configuration>Local</Configuration>
|
||||
<Configuration>Release</Configuration>
|
||||
<Platform>x64</Platform>
|
||||
<PublishDir>..\..\..\publish\master</PublishDir>
|
||||
<PublishProtocol>FileSystem</PublishProtocol>
|
||||
|
|
|
@ -11,7 +11,7 @@ namespace MSFSPopoutPanelManager.SimConnectAgent
|
|||
public class SimConnectProvider
|
||||
{
|
||||
private const int MSFS_DATA_REFRESH_TIMEOUT = 500;
|
||||
private const int MSFS_HUDBAR_DATA_REFRESH_TIMEOUT = 100;
|
||||
private const int MSFS_HUDBAR_DATA_REFRESH_TIMEOUT = 200;
|
||||
|
||||
private SimConnector _simConnector;
|
||||
|
||||
|
|
Loading…
Reference in a new issue