use zo instead of no so it works across platforms

This commit is contained in:
2024-11-07 17:08:06 -06:00
parent 03b4f9b52e
commit 005730938c

View File

@@ -713,7 +713,7 @@ JSC_CCALL(render_set_projection_ortho,
lrtb extents = js2lrtb(argv[0]);
float near = js2number(argv[1]);
float far = js2number(argv[2]);
globalview.p = HMM_Orthographic_RH_NO(
globalview.p = HMM_Orthographic_RH_ZO(
extents.l,
extents.r,
extents.b,