1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-09-02 18:57:56 +00:00

rogueviz::pentagonal fixed

This commit is contained in:
Zeno Rogue
2021-04-02 16:15:15 +02:00
parent d42d6a4c84
commit bfc4324605
3 changed files with 52 additions and 58 deletions

View File

@@ -1112,8 +1112,10 @@ struct using_rugview {
#endif
EX purehookset hooks_rugframe;
EX void drawRugScene() {
callhooks(hooks_rugframe);
USING_NATIVE_GEOMETRY;
tinf.texture_id = alternate_texture ? alternate_texture : glbuf->renderedTexture;
tinf.tvertices.clear();