mirror of
https://github.com/NGSolve/netgen.git
synced 2025-01-13 06:30:34 +05:00
[gl] fix for ListBase (thx to Alexander Schlueter)
This commit is contained in:
parent
5c0e80e473
commit
47a0d9b107
@ -2309,6 +2309,8 @@ namespace netgen {
|
|||||||
glBitmap(8*char_w, char_h, 0.0, 0.0, w, 0.0, char_bitmap);
|
glBitmap(8*char_w, char_h, 0.0, 0.0, w, 0.0, char_bitmap);
|
||||||
glEndList();
|
glEndList();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
return list_base;
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user