From 42f25ae23ee34f9ae3a0e31fc0039258deab2bc3 Mon Sep 17 00:00:00 2001 From: ennewalker Date: Thu, 16 Oct 2008 00:09:45 +0000 Subject: Support for inline graphics and mouse input on menus. Menus in the console version should be unchanged. Let me know if this is not the case. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7258 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/tiletex.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/tiletex.cc') diff --git a/crawl-ref/source/tiletex.cc b/crawl-ref/source/tiletex.cc index bf0290c2a5..524b37c46b 100644 --- a/crawl-ref/source/tiletex.cc +++ b/crawl-ref/source/tiletex.cc @@ -236,7 +236,7 @@ bool GenericTexture::load_texture(unsigned char *pixels, unsigned int new_width, return true; } -void GenericTexture::bind() +void GenericTexture::bind() const { ASSERT(m_handle); glBindTexture(GL_TEXTURE_2D, m_handle); -- cgit v1.2.3-54-g00ecf