Browse Source

Fixed typo.

Branimir Karadžić 10 years ago
parent
commit
d9571c1faf
1 changed files with 1 additions and 1 deletions
  1. 1 1
      include/bx/handlealloc.h

+ 1 - 1
include/bx/handlealloc.h

@@ -253,7 +253,7 @@ namespace bx
 		}
 
 	private:
-		void insertBefore(int16_t _before, uint16_t _handle)
+		void insertBefore(uint16_t _before, uint16_t _handle)
 		{
 			Link& curr = m_links[_handle];
 			curr.m_next = _before;