mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-09-21 20:06:40 +00:00
Removes ogl_tex usage from CRenderer.
This was SVN commit r26181.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user