libdrawtext

diff src/drawtext.h @ 64:d97cfb44221b

make sure to unbind any vbo's before trying to render
author John Tsiombikas <nuclear@member.fsf.org>
date Sat, 25 Aug 2012 17:50:17 +0300
parents 10cfb642d0b8
children 365eba4dccec
line diff
     1.1 --- a/src/drawtext.h	Wed Oct 05 02:27:08 2011 +0300
     1.2 +++ b/src/drawtext.h	Sat Aug 25 17:50:17 2012 +0300
     1.3 @@ -1,6 +1,6 @@
     1.4  /*
     1.5  libdrawtext - a simple library for fast text rendering in OpenGL
     1.6 -Copyright (C) 2011  John Tsiombikas <nuclear@member.fsf.org>
     1.7 +Copyright (C) 2011-2012  John Tsiombikas <nuclear@member.fsf.org>
     1.8  
     1.9  This program is free software: you can redistribute it and/or modify
    1.10  it under the terms of the GNU Lesser General Public License as published by