LeprovostQuentin / mt4j

Automatically exported from code.google.com/p/mt4j
GNU General Public License v2.0
0 stars 0 forks source link

Vertical_sync in settings.txt has no effect #19

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?

1.  In settings.txt, add the line "Vertical_sync=true" 

2.  Pay close attention to logger info statements.  You'll see 
    "Vertical Sync enabled: 'false'"

This is very simple to fix.  Just delete the private field vSync from
MTApplication and use MT4jSettings.getInstance().vSync instead.  The two vSyncs 
aren't in sync!

I'm got the latest code from the svn repo on 1/7/2011 and tested on Windows 7.

Original issue reported on code.google.com by drran...@gmail.com on 5 Jan 2011 at 6:39

GoogleCodeExporter commented 8 years ago
Ah yes. Fixed now. Thx for reporting. 

Original comment by sirhc.f...@gmail.com on 10 Jan 2011 at 2:18