mirror of
https://gitlab.com/shinovon/re3-symbian.git
synced 2026-05-23 01:57:21 +03:00
Fixes
This commit is contained in:
parent
3b6eaf91e3
commit
5c860e4431
9 changed files with 24 additions and 38 deletions
1
vendor/librw/src/gles1/gl1device.cpp
vendored
1
vendor/librw/src/gles1/gl1device.cpp
vendored
|
|
@ -1304,7 +1304,6 @@ openSymbian(EngineOpenParams *openparams)
|
|||
{
|
||||
glGlobals.winWidth = openparams->width;
|
||||
glGlobals.winHeight = openparams->height;
|
||||
glGlobals.winTitle = openparams->windowtitle;
|
||||
|
||||
glGlobals.modes = (DisplayMode*)rwMalloc(sizeof(DisplayMode), ID_DRIVER | MEMDUR_EVENT);
|
||||
glGlobals.modes[0].width = openparams->width;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue