libdrawtext

diff src/drawtext_impl.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 7e0c702f1223
children baec6ad7b2dd
line diff
     1.1 --- a/src/drawtext_impl.h	Wed Oct 05 02:27:08 2011 +0300
     1.2 +++ b/src/drawtext_impl.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