mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-10 23:01:59 +00:00
- fixed dynamic lights flickering with GL3 render path
https://forum.zdoom.org/viewtopic.php?t=63755
This commit is contained in:
parent
613cf15b31
commit
087353f00b
1 changed files with 1 additions and 0 deletions
|
@ -59,6 +59,7 @@ public:
|
|||
void BindBase()
|
||||
{
|
||||
mBuffer->BindBase();
|
||||
mLastMappedIndex = UINT_MAX;
|
||||
}
|
||||
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue