[gl] fix for ListBase (thx to Alexander Schlueter)

This commit is contained in:
Christoph Lehrenfeld 2016-04-24 22:11:42 +02:00
parent 5c0e80e473
commit 47a0d9b107

View File

@ -2309,6 +2309,8 @@ namespace netgen {
glBitmap(8*char_w, char_h, 0.0, 0.0, w, 0.0, char_bitmap);
glEndList();
}
return list_base;
}
};