You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-18 14:21:41 +00:00
Style: apply clang-format (5.0.0) to current source
This commit is contained in:
@@ -4606,7 +4606,7 @@ void VisualServerRaster::_light_instance_update_pssm_shadow(Instance *p_light, S
|
||||
distances[i + 1],
|
||||
p_camera->vaspect
|
||||
|
||||
);
|
||||
);
|
||||
} break;
|
||||
case Camera::PERSPECTIVE: {
|
||||
|
||||
@@ -4617,7 +4617,7 @@ void VisualServerRaster::_light_instance_update_pssm_shadow(Instance *p_light, S
|
||||
distances[i + 1],
|
||||
p_camera->vaspect
|
||||
|
||||
);
|
||||
);
|
||||
|
||||
} break;
|
||||
}
|
||||
@@ -5960,7 +5960,7 @@ void VisualServerRaster::_render_camera(Viewport *p_viewport, Camera *p_camera,
|
||||
p_camera->zfar,
|
||||
p_camera->vaspect
|
||||
|
||||
);
|
||||
);
|
||||
ortho = true;
|
||||
} break;
|
||||
case Camera::PERSPECTIVE: {
|
||||
@@ -5972,7 +5972,7 @@ void VisualServerRaster::_render_camera(Viewport *p_viewport, Camera *p_camera,
|
||||
p_camera->zfar,
|
||||
p_camera->vaspect
|
||||
|
||||
);
|
||||
);
|
||||
ortho = false;
|
||||
|
||||
} break;
|
||||
|
||||
Reference in New Issue
Block a user