mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 07:58:59 +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) {
|
inline uint32_t glm_packSnorm3x10_1x2(vec4 const& v) {
|
||||||
|
|
||||||
union i10i10i10i2 {
|
union i10i10i10i2 {
|
||||||
struct {
|
struct {
|
||||||
int x : 10;
|
int x : 10;
|
||||||
int y : 10;
|
int y : 10;
|
||||||
|
|
Loading…
Reference in a new issue