mirror of
https://github.com/ZDoom/Raze.git
synced 2025-05-31 09:20:59 +00:00
- fixed the remaining warnings.
This commit is contained in:
parent
cf22a70d82
commit
cb2bc7967a
13 changed files with 47 additions and 47 deletions
|
@ -84,8 +84,8 @@ void GLInstance::Draw(EDrawType type, size_t start, size_t count)
|
|||
{
|
||||
assert (BufferLock > 0);
|
||||
applyMapFog();
|
||||
renderState.vindex = start;
|
||||
renderState.vcount = count;
|
||||
renderState.vindex = (int)start;
|
||||
renderState.vcount = (int)count;
|
||||
renderState.primtype = type;
|
||||
rendercommands.Push(renderState);
|
||||
clearMapFog();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue