OGL: Fix a wrong warning message. Fixes issue 2057. (well, not really - but the confusion is gone).

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4883 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
hrydgard 2010-01-18 21:11:50 +00:00
parent 16f71a77e7
commit 577d4e73ea
1 changed files with 1 additions and 1 deletions

View File

@ -301,7 +301,7 @@ bool Renderer::Init()
glDrawBuffers = glDrawBuffersARB;
if (!GLEW_ARB_texture_non_power_of_two) {
WARN_LOG(VIDEO, "ARB_texture_non_power_of_two not supported. This extension is not yet used, though.");
WARN_LOG(VIDEO, "ARB_texture_non_power_of_two not supported.");
}
// Decide frambuffer size