mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-17 10:44:48 +00:00
fixed a crash without OpenGL
This commit is contained in:
parent
b6202f5443
commit
b3db152ee6
9
glhr.cpp
9
glhr.cpp
@ -343,6 +343,15 @@ GLprogram::GLprogram(string vsh, string fsh) {
|
||||
uAlpha = -1;
|
||||
uLevelLines = -1;
|
||||
uFogColor = -1;
|
||||
|
||||
uColor = tTexture = tInvExpTable = tAirMap = -1;
|
||||
uFogBase = -1;
|
||||
uPRECX = uPRECY = uPRECZ = uIndexSL = -1;
|
||||
uSV = uRadarTransform = -1;
|
||||
|
||||
uRotCos = -1;
|
||||
uRotSin = -1;
|
||||
uRotNil = -1;
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user