fixed ASCII display without OpenGL

This commit is contained in:
Zeno Rogue 2021-04-25 12:03:06 +02:00
parent ffe61e27bf
commit b2c1e82d17
1 changed files with 1 additions and 1 deletions

View File

@ -2674,7 +2674,7 @@ EX void write_in_space(const shiftmatrix& V, int fsize, double size, const strin
}
EX void queuestr(const shiftmatrix& V, double size, const string& chr, color_t col, int frame IS(0), int align IS(8)) {
if(vrhr::active() || true) {
if(vid.usingGL) {
shiftmatrix V1 ;
if(GDIM == 3)
V1 = face_the_player(V);