You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
dim as integer x, y, rate
screeninfo x, y, , , ,rate
print rate
I have a 144Hz monitor.
If I compile and run this code using fbc linux, it will always return 50
If I compile it for windows and run it using wine, it will return the correct rate, 144.
The text was updated successfully, but these errors were encountered:
I have a 144Hz monitor.
If I compile and run this code using fbc linux, it will always return 50
If I compile it for windows and run it using wine, it will return the correct rate, 144.
The text was updated successfully, but these errors were encountered: