mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-27 22:39:53 +00:00
removed unused variable dim3
This commit is contained in:
parent
bc3e7f2e95
commit
b62155b551
@ -215,7 +215,6 @@ glhr::glmatrix model_orientation_gl() {
|
|||||||
void display_data::set_projection(int ed, bool apply_models) {
|
void display_data::set_projection(int ed, bool apply_models) {
|
||||||
DEBB(DF_GRAPH, (debugfile,"current_display->set_projection\n"));
|
DEBB(DF_GRAPH, (debugfile,"current_display->set_projection\n"));
|
||||||
|
|
||||||
bool dim3 = false;
|
|
||||||
bool pers3 = false;
|
bool pers3 = false;
|
||||||
|
|
||||||
shaderside_projection = false;
|
shaderside_projection = false;
|
||||||
@ -242,7 +241,6 @@ void display_data::set_projection(int ed, bool apply_models) {
|
|||||||
if(spherephase == 2) glhr::new_shader_projection = glhr::shader_projection::standardS32;
|
if(spherephase == 2) glhr::new_shader_projection = glhr::shader_projection::standardS32;
|
||||||
if(spherephase == 3) glhr::new_shader_projection = glhr::shader_projection::standardS33;
|
if(spherephase == 3) glhr::new_shader_projection = glhr::shader_projection::standardS33;
|
||||||
}
|
}
|
||||||
if(DIM == 3 && apply_models && shaderside_projection) dim3 = true;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
start_projection(ed, shaderside_projection);
|
start_projection(ed, shaderside_projection);
|
||||||
|
@ -5933,6 +5933,7 @@ void drawthemap() {
|
|||||||
if(pmodel == mdDisk && abs(vid.alpha) < 1e-6) spatial_graphics = false;
|
if(pmodel == mdDisk && abs(vid.alpha) < 1e-6) spatial_graphics = false;
|
||||||
|
|
||||||
if(!spatial_graphics) wmspatial = mmspatial = false;
|
if(!spatial_graphics) wmspatial = mmspatial = false;
|
||||||
|
if(DIM == 3) wmspatial = mmspatial = true;
|
||||||
|
|
||||||
DEBB(DF_GRAPH, (debugfile,"draw the map\n"));
|
DEBB(DF_GRAPH, (debugfile,"draw the map\n"));
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user