1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-01-29 05:51:18 +00:00

hyperweb compiles

This commit is contained in:
Zeno Rogue
2019-09-13 03:47:55 +02:00
parent 978022025a
commit 334ffd644a
4 changed files with 20 additions and 1 deletions

View File

@@ -695,6 +695,8 @@ void init() {
bool ball = (sp == shader_projection::ball);
bool flatten = (sp == shader_projection::flatten);
if(ssol && ISWEB) continue;
programs[i][j] = new GLprogram(stringbuilder(
1, "#define PI 3.14159265358979324\n",