~openhommdev/openhomm/gui

« back to all changes in this revision

Viewing changes to src/render/hrRender.cpp

  • Committer: Roman Fomin
  • Date: 2010-02-18 19:59:17 UTC
  • Revision ID: rfomin@gmail.com-20100218195917-dlc3opyovr0slbag
settings for texture compression
some bus fixed

Show diffs side-by-side

added added

removed removed

Lines of Context:
207
207
    }
208
208
    else*/
209
209
    {
210
 
        qWarning("GL_TEXTURE_2D");
 
210
        //qWarning("GL_TEXTURE_2D");
211
211
        target = GL_TEXTURE_2D;
212
212
    }
213
213
}