mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-06-10 12:22:12 -04:00
First pink screen!
This commit is contained in:
+2
-2
@@ -98,8 +98,8 @@ void dInsect_c::CalcZBuffer(f32 param_0) {
|
||||
field_0x578 = 0;
|
||||
}
|
||||
|
||||
f32 view_near = dComIfGd_getView()->near;
|
||||
f32 view_far = dComIfGd_getView()->far;
|
||||
f32 view_near = dComIfGd_getView()->near_;
|
||||
f32 view_far = dComIfGd_getView()->far_;
|
||||
|
||||
mDoLib_pos2camera(&pos, &pos_projected);
|
||||
pos_projected.z += param_0;
|
||||
|
||||
Reference in New Issue
Block a user