From 1db0d1322d984c956d78608707e45b01acd54452 Mon Sep 17 00:00:00 2001 From: assiduous Date: Sun, 12 Apr 2020 15:23:34 -0700 Subject: Fixed typo --- Common/interface/BasicMath.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Common/interface') diff --git a/Common/interface/BasicMath.hpp b/Common/interface/BasicMath.hpp index faea2c57..a98a43f5 100644 --- a/Common/interface/BasicMath.hpp +++ b/Common/interface/BasicMath.hpp @@ -2041,7 +2041,7 @@ Diligent::Vector4 FastCeil(const Diligent::Vector4& vec) FastCeil(vec.w)}; } -_inline Uint32 BitInterleave16(Uint16 _x, Uint16 _y) +inline Uint32 BitInterleave16(Uint16 _x, Uint16 _y) { // https://graphics.stanford.edu/~seander/bithacks.html#InterleaveBMN -- cgit v1.2.3