File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -215,7 +215,7 @@ void CLevelGraph::draw_stalkers (const int &vertex_id)
215
215
break ;
216
216
}
217
217
218
- if (temp.x > 1 .f ) {
218
+ if (temp.y > 1 .f ) {
219
219
show_text = false ;
220
220
break ;
221
221
}
@@ -323,7 +323,7 @@ void CLevelGraph::draw_stalkers (const int &vertex_id)
323
323
if (temp.y < -1 .f )
324
324
continue ;
325
325
326
- if (temp.x > 1 .f )
326
+ if (temp.y > 1 .f )
327
327
continue ;
328
328
329
329
font.SetHeightI (.05f /_sqrt (temp.w ));
@@ -381,7 +381,7 @@ void CLevelGraph::draw_objects (const int &vertex_id)
381
381
break ;
382
382
}
383
383
384
- if (temp.x > 1 .f ) {
384
+ if (temp.y > 1 .f ) {
385
385
show_text = false ;
386
386
break ;
387
387
}
@@ -487,7 +487,7 @@ void CLevelGraph::draw_objects (const int &vertex_id)
487
487
if (temp.y < -1 .f )
488
488
continue ;
489
489
490
- if (temp.x > 1 .f )
490
+ if (temp.y > 1 .f )
491
491
continue ;
492
492
493
493
font.SetHeightI (.05f /_sqrt (temp.w ));
You can’t perform that action at this time.
0 commit comments