Update Kha/Backends/Kore-HL/kha/korehl/graphics4/Graphics.hx

This commit is contained in:
2026-06-10 02:37:45 +00:00
parent 960095d0d5
commit a8d6095204

View File

@ -266,7 +266,7 @@ class Graphics implements kha.graphics4.Graphics {
} }
public function beginFace(face: Int): Void { public function beginFace(face: Int): Void {
kinc_graphics_render_to_face(cast(target, CubeMap)._renderTarget, face); kinc_graphics_render_to_face(cast(target, Image)._renderTarget, face);
} }
public function beginEye(eye: Int): Void {} public function beginEye(eye: Int): Void {}