1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-23 01:47:39 +00:00
This commit is contained in:
Zeno Rogue
2017-07-25 00:21:36 +02:00
parent fdc1ac1e6e
commit cc03560389
18 changed files with 149 additions and 61 deletions

View File

@@ -718,7 +718,7 @@ namespace rug {
bool renderonce = false;
bool rendernogl = true;
int texturesize = 512;
double scale = 1.0f;
ld scale = 1.0f;
}
#endif