mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-07 16:18:52 +00:00
Fix unseen print call in demo
This commit is contained in:
@@ -2385,7 +2385,7 @@ matrix_type :: proc() {
|
|||||||
|
|
||||||
c := a * b
|
c := a * b
|
||||||
#assert(type_of(c) == matrix[2, 2]f32)
|
#assert(type_of(c) == matrix[2, 2]f32)
|
||||||
fmt.tprintln("c = a * b", c)
|
fmt.println("c = a * b", c)
|
||||||
}
|
}
|
||||||
|
|
||||||
{ // Matrices support multiplication between matrices and arrays
|
{ // Matrices support multiplication between matrices and arrays
|
||||||
|
|||||||
Reference in New Issue
Block a user