Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
greggman committed Dec 16, 2023
1 parent d7ddd5e commit bdf5343
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions webgpu/lessons/webgpu-orthographic-projection.md
Original file line number Diff line number Diff line change
Expand Up @@ -219,12 +219,12 @@ Next we need to change all the matrix math from 2D to 3D
<table class="glocal-center-content glocal-mat">
<tr>
<td class="m11">c</td>
<td class="m12">s</td>
<td class="m12">-s</td>
<td class="m13">0</td>
<td class="m14">0</td>
</tr>
<tr>
<td class="m21">-s</td>
<td class="m21">s</td>
<td class="m22">c</td>
<td class="m23">0</td>
<td class="m24">0</td>
Expand Down

0 comments on commit bdf5343

Please sign in to comment.