mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-17 17:44:08 +00:00
main.cpp mostly checked against ps2 now
This commit is contained in:
parent
036263993e
commit
f60b450ee8
2 changed files with 26 additions and 23 deletions
|
@ -209,7 +209,7 @@ CGame::InitialiseRenderWare(void)
|
|||
return (false);
|
||||
}
|
||||
|
||||
RwCameraSetFarClipPlane(Scene.camera, 2000.0f); // 250.0f on PS2 but who cares
|
||||
RwCameraSetFarClipPlane(Scene.camera, 2000.0f);
|
||||
RwCameraSetNearClipPlane(Scene.camera, 0.9f);
|
||||
|
||||
CameraSize(Scene.camera, nil, DEFAULT_VIEWWINDOW, DEFAULT_ASPECT_RATIO);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue