vrheights
diff src/console.cc @ 16:7f6d68d95c22
updated to new version of goatvr
author | John Tsiombikas <nuclear@member.fsf.org> |
---|---|
date | Fri, 30 Oct 2015 06:34:31 +0200 |
parents | 053a52f0cb64 |
children |
line diff
1.1 --- a/src/console.cc Fri Oct 30 05:40:22 2015 +0200 1.2 +++ b/src/console.cc Fri Oct 30 06:34:31 2015 +0200 1.3 @@ -275,7 +275,6 @@ 1.4 float outbox_height = nlines * line_height; 1.5 float console_height = outbox_height + line_height * 1.5; 1.6 1.7 - 1.8 int vp[4]; 1.9 glGetIntegerv(GL_VIEWPORT, vp); 1.10