mirror of
https://github.com/bkaradzic/bimg.git
synced 2026-02-17 20:52:38 +01:00
Cleanup.
This commit is contained in:
@@ -928,7 +928,7 @@ namespace bimg
|
||||
xyz[1] += rgba1[5];
|
||||
xyz[2] += rgba1[6];
|
||||
|
||||
bx::store(dst, bx::normalize(bx::load(xyz) ) );
|
||||
bx::store(dst, bx::normalize(bx::load<bx::Vec3>(xyz) ) );
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user