Skip to content

Commit 05cb6be

Browse files
committed
Fixed xrLC build
1 parent 92c0477 commit 05cb6be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Common/OGF_GContainer_Vertices.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ inline u32 u8_vec4(Fvector N, u8 A = 0)
1414
}
1515

1616
#ifdef LEVEL_COMPILER
17-
u32 u8_vec4(base_basis N, u8 A = 0)
17+
inline u32 u8_vec4(base_basis N, u8 A = 0)
1818
{
1919
return color_rgba(N.x, N.y, N.z, A);
2020
}

0 commit comments

Comments
 (0)