From cd0236b94d5ecd2378518876820be201b9c635be Mon Sep 17 00:00:00 2001
From: Clyne Sullivan <tullivan99@gmail.com>
Date: Fri, 26 Feb 2016 08:47:49 -0500
Subject: c++'d texture loading

---
 include/common.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'include/common.h')

diff --git a/include/common.h b/include/common.h
index 71335f2..6ba6f03 100644
--- a/include/common.h
+++ b/include/common.h
@@ -68,7 +68,7 @@ typedef struct {
 	float z;
 } vec3;
 
-typedef vec2 dim2;
+typedef ivec2 dim2;
 
 /**
  * This structure contains two sets of coordinates for ray drawing.
-- 
cgit v1.2.3