1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-12-18 20:08:06 +00:00

Fix some issues with the MinGW build.

Fixes #58.
This commit is contained in:
Arthur O'Dwyer
2018-09-05 06:30:18 -07:00
parent 2d5d5a1966
commit 8ebdede538
3 changed files with 3 additions and 1 deletions

View File

@@ -1525,7 +1525,7 @@ namespace patterns {
#if CAP_TEXTURE
#define REMAP_TEXTURE texture::config.remap()
#else
#define REMAP_TEXTURE
#define REMAP_TEXTURE (void)0
#endif
void showPattern() {