Commit 7ae3c94
view.inverse_clip_from_world should be world_from_clip (#13756)
As per the other changes in
#13489
`view.inverse_clip_from_world` should be `world_from_clip`.
# Objective
fixes #13749
## Solution
Modified lines.wgsl to use the right name as the current name does not
exist.
## Testing
I ran the 3d_gizmos example and pressed "p".

1 parent b14684e commit 7ae3c94
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
77 | | - | |
78 | | - | |
| 77 | + | |
| 78 | + | |
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
| |||
0 commit comments