mirror of
https://github.com/overte-org/overte.git
synced 2025-04-16 01:57:57 +02:00
Fix tabs
This commit is contained in:
parent
6f5514b5e3
commit
7236d63da0
1 changed files with 1 additions and 1 deletions
|
@ -322,7 +322,7 @@ inline void glm_mat4u_mul(const glm::mat4& m1, const glm::mat4& m2, glm::mat4& r
|
|||
//
|
||||
inline uint32_t glm_packSnorm3x10_1x2(vec4 const& v) {
|
||||
|
||||
union i10i10i10i2 {
|
||||
union i10i10i10i2 {
|
||||
struct {
|
||||
int x : 10;
|
||||
int y : 10;
|
||||
|
|
Loading…
Reference in a new issue