forked from LeenkxTeam/LNXSDK
Update Kha/Backends/Kore-HL/kha/korehl/graphics4/Graphics.hx
This commit is contained in:
@ -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 {}
|
||||||
|
|||||||
Reference in New Issue
Block a user