mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-01 01:07:51 -04:00
fix matrix3 grammar
This commit is contained in:
parent
5003fb5342
commit
227e0a03fc
File diff suppressed because it is too large
Load Diff
@ -1540,10 +1540,9 @@ matrix3:
|
||||
|
||||
matrix3_body:
|
||||
empty
|
||||
| real real real real
|
||||
real real real real
|
||||
real real real real
|
||||
real real real real
|
||||
| real real real
|
||||
real real real
|
||||
real real real
|
||||
{
|
||||
egg_stack.back()->as_transform()->add_matrix3
|
||||
(LMatrix3d($1, $2, $3,
|
||||
|
Loading…
x
Reference in New Issue
Block a user