Update Kha/Backends/Krom/kha/Display.hx

This commit is contained in:
LeenkxTeam 2025-05-13 19:34:29 +00:00
parent 5b2c7bfc84
commit c5b21a9bb3

View File

@ -79,7 +79,7 @@ class Display {
public var frequency(get, never): Int;
function get_frequency(): Int {
return 60;
return Krom.displayFrequency();
}
public var pixelsPerInch(get, never): Int;