mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-24 05:17:17 +00:00
no more local_perspective taken into account for SF_PIXELS
This commit is contained in:
parent
3943b1937b
commit
2f15d0f013
@ -330,7 +330,7 @@ void display_data::set_projection(int ed) {
|
|||||||
}
|
}
|
||||||
else M[2][2] /= 1000;
|
else M[2][2] /= 1000;
|
||||||
glhr::projection_multiply(M);
|
glhr::projection_multiply(M);
|
||||||
if(nisot::local_perspective_used())
|
if(nisot::local_perspective_used() && (shader_flags & SF_BOX))
|
||||||
glhr::projection_multiply(glhr::tmtogl_transpose(nisot::local_perspective));
|
glhr::projection_multiply(glhr::tmtogl_transpose(nisot::local_perspective));
|
||||||
if(ed) {
|
if(ed) {
|
||||||
glhr::glmatrix m = glhr::id;
|
glhr::glmatrix m = glhr::id;
|
||||||
|
Loading…
Reference in New Issue
Block a user