Преглед изворни кода

merge's garbage fixed, definition issues solved

mikymod пре 12 година
родитељ
комит
1a0f14e698
2 измењених фајлова са 5 додато и 6 уклоњено
  1. 3 0
      src/input/Keyboard.h
  2. 2 6
      src/renderers/gl/GLRenderer.h

+ 3 - 0
src/input/Keyboard.h

@@ -30,6 +30,9 @@ OTHER DEALINGS IN THE SOFTWARE.
 #include "KeyCode.h"
 #include "KeyCode.h"
 #include "OS.h"
 #include "OS.h"
 
 
+#undef MK_SHIFT
+#undef MK_ALT
+
 namespace crown
 namespace crown
 {
 {
 
 

+ 2 - 6
src/renderers/gl/GLRenderer.h

@@ -209,13 +209,9 @@ private:
 
 
 private:
 private:
 
 
-<<<<<<< HEAD
-	GLContext			m_context;
-
-	MallocAllocator		m_allocator;
-=======
 	HeapAllocator		m_allocator;
 	HeapAllocator		m_allocator;
->>>>>>> master
+
+	GLContext			m_context;
 
 
 	// Matrices
 	// Matrices
 	Mat4				m_matrix[MT_COUNT];
 	Mat4				m_matrix[MT_COUNT];