• R/O
  • SSH

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

Revision6d01e26e4997300a0944845f89997221a0820b75 (tree)
Time2013-12-11 01:48:21
AuthorDavid Rogers <davidrogers@me.c...>
CommiterDavid Rogers

Log Message

OgreGLES2Texture.cpp edited online with Bitbucket

Change Summary

Incremental Difference

diff -r b583fdfc64b8 -r 6d01e26e4997 RenderSystems/GLES2/src/OgreGLES2Texture.cpp
--- a/RenderSystems/GLES2/src/OgreGLES2Texture.cpp Wed Dec 11 01:15:04 2013 +0900
+++ b/RenderSystems/GLES2/src/OgreGLES2Texture.cpp Tue Dec 10 16:48:21 2013 +0000
@@ -139,7 +139,7 @@
139139 if((mUsage & TU_AUTOMIPMAP) && mMipmapsHardwareGenerated && mNumRequestedMipmaps)
140140 mNumMipmaps = maxMips;
141141
142- if((getGLES2SupportRef()->checkExtension("GL_APPLE_texture_max_level") || gleswIsSupported(3, 0)))
142+ if(getGLES2SupportRef()->checkExtension("GL_APPLE_texture_max_level") || gleswIsSupported(3, 0))
143143 mGLSupport.getStateCacheManager()->setTexParameteri(texTarget, GL_TEXTURE_MAX_LEVEL_APPLE, mNumRequestedMipmaps ? mNumMipmaps + 1 : 0);
144144
145145 // Set some misc default parameters, these can of course be changed later