mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-08-15 14:43:32 -07:00
Removes ogl_tex usage from CRenderer.
This was SVN commit r26181.
This commit is contained in:
parent
b061a7ead4
commit
9d7457da9b
1 changed files with 2 additions and 2 deletions
|
|
@ -28,7 +28,7 @@
|
|||
#include "i18n/L10n.h"
|
||||
#include "lib/allocators/shared_ptr.h"
|
||||
#include "lib/ogl.h"
|
||||
#include "lib/res/graphics/ogl_tex.h"
|
||||
#include "lib/tex/tex.h"
|
||||
#include "gui/GUIManager.h"
|
||||
#include "ps/CConsole.h"
|
||||
#include "ps/CLogger.h"
|
||||
|
|
@ -782,7 +782,7 @@ void CRenderer::EndFrame()
|
|||
|
||||
m->sceneRenderer.EndFrame();
|
||||
|
||||
ogl_tex_bind(0, 0);
|
||||
BindTexture(0, 0);
|
||||
}
|
||||
|
||||
void CRenderer::SetViewport(const SViewPort &vp)
|
||||
|
|
|
|||
Loading…
Reference in a new issue