Skip to content

Commit

Permalink
cord fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Cn-mjt44 committed Jun 25, 2023
1 parent 9749688 commit 9dd8141
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RW_NodeTree/Rendering/RenderingTools.cs
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ public static List<RenderInfo> RenderInfos

Matrix4x4 perspective = Matrix4x4.Ortho(-hw, hw, -hh, hh, 0, 71.5f);
//perspective.m32 *= -1;
perspective.m23 *= -1;
perspective.m22 *= -1;

CommandBuffer.SetViewProjectionMatrices(view, perspective);
CommandBuffer.SetRenderTarget(cachedRenderTarget);
Expand Down

0 comments on commit 9dd8141

Please sign in to comment.