Remove some unnecessary function parameters, improve some comments.
This commit is contained in:
parent
7ed1ade56b
commit
707e9cf7ac
14 changed files with 31 additions and 39 deletions
|
@ -730,7 +730,9 @@ bool TextureCacheGLES::GetCurrentTextureDebug(GPUDebugBuffer &buffer, int level)
|
|||
gstate.texbufwidth[0] = gstate.texbufwidth[level];
|
||||
}
|
||||
|
||||
SetTexture(true);
|
||||
InvalidateLastTexture();
|
||||
SetTexture();
|
||||
|
||||
if (!nextTexture_) {
|
||||
if (nextFramebufferTexture_) {
|
||||
VirtualFramebuffer *vfb = nextFramebufferTexture_;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue