mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-07-24 11:42:50 +00:00
using GLWRAP
This commit is contained in:
parent
4373c03823
commit
71e8f84cec
@ -633,7 +633,7 @@ EX bool mouseaiming(bool shmupon) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
EX void mainloopiter() {
|
EX void mainloopiter() {
|
||||||
|
GLWRAP;
|
||||||
DEBB(DF_GRAPH, ("main loop\n"));
|
DEBB(DF_GRAPH, ("main loop\n"));
|
||||||
|
|
||||||
#if !CAP_SDLGFX && !CAP_GL
|
#if !CAP_SDLGFX && !CAP_GL
|
||||||
|
@ -576,6 +576,7 @@ extern renderbuffer *floor_textures;
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
void dqi_poly::gldraw() {
|
void dqi_poly::gldraw() {
|
||||||
|
GLWRAP;
|
||||||
auto& v = *tab;
|
auto& v = *tab;
|
||||||
int ioffset = offset;
|
int ioffset = offset;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user