1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-01-20 18:09:53 +00:00

fixed to work on OPENGL 1.0

This commit is contained in:
Zeno Rogue
2019-07-03 07:51:30 +02:00
parent c07e22ca5e
commit 5476b33e94
4 changed files with 174 additions and 163 deletions

View File

@@ -4718,6 +4718,7 @@ void prepare_sky() {
void dqi_sky::draw() {
if(!vid.usingGL || sky.empty()) return;
vector<glhr::colored_vertex> skyvertices;
int sk = get_skybrightness();