Update Kha/Backends/Krom/kha/krom/Graphics.hx

This commit is contained in:
LeenkxTeam 2025-05-13 19:37:45 +00:00
parent 387be05826
commit e733dca053

View File

@ -59,7 +59,7 @@ class Graphics implements kha.graphics4.Graphics {
}
public function refreshRate(): Int {
return 60;
return Krom.displayFrequency();
}
public function clear(?color: Color, ?depth: Float, ?stencil: Int): Void {