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