mirror of
https://github.com/DrBeef/Raze.git
synced 2024-11-15 17:01:51 +00:00
git-svn-id: https://svn.eduke32.com/eduke32@1338 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
3449ba8bef
commit
dbb24affe9
1 changed files with 3 additions and 1 deletions
|
@ -679,7 +679,9 @@ void polymer_drawrooms(int32_t daposx, int32_t daposy, int32_t da
|
|||
if (!rendmode) return;
|
||||
|
||||
begindrawing();
|
||||
frameoffset = frameplace + windowy1*bytesperline + windowx1;
|
||||
|
||||
// TODO: support for screen resizing
|
||||
// frameoffset = frameplace + windowy1*bytesperline + windowx1;
|
||||
|
||||
if (pr_verbosity >= 3) OSD_Printf("PR : Drawing rooms...\n");
|
||||
|
||||
|
|
Loading…
Reference in a new issue