mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-13 23:44:09 +00:00
some rendering things
This commit is contained in:
parent
b3f97cdce4
commit
35cac6b93b
5 changed files with 64 additions and 57 deletions
|
@ -191,7 +191,7 @@ CGame::InitialiseRenderWare(void)
|
|||
CVisibilityPlugins::Initialise();
|
||||
|
||||
/* Create camera */
|
||||
Scene.camera = CameraCreate(RsGlobal.width, RsGlobal.height, TRUE);
|
||||
Scene.camera = CameraCreate(SCREEN_WIDTH, SCREEN_HEIGHT, TRUE);
|
||||
ASSERT(Scene.camera != nil);
|
||||
if (!Scene.camera)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue