mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 23:02:03 +00:00
Fix a typo in r5179.
git-svn-id: https://svn.eduke32.com/eduke32@5181 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
bfc9941101
commit
f186ecc58a
1 changed files with 1 additions and 1 deletions
|
@ -1086,7 +1086,7 @@ int32_t gloadtile_hi(int32_t dapic,int32_t dapalnum, int32_t facen, hicreplctyp
|
|||
}
|
||||
|
||||
int32_t const bytesperline = siz.x * sizeof(coltype);
|
||||
pic = (coltype *)Xcalloc(siz.x, bytesperline);
|
||||
pic = (coltype *)Xcalloc(siz.y, bytesperline);
|
||||
|
||||
startticks = getticks();
|
||||
|
||||
|
|
Loading…
Reference in a new issue