Tyler Altenhofen / MVC
Revision:
3:b89ead557d59
Parent:
2:891b3618be4f
Child:
4:f1e33a234a74
--- a/View.cpp	Fri May 01 10:12:55 2015 +0000
+++ b/View.cpp	Fri May 01 15:57:19 2015 +0000
@@ -85,7 +85,7 @@
 }
 
 void View :: addValue(int arrSlice, int distance, char c){
-    if (distance >= 0 && distance < 16 && arrSlice < 360 && arrSlice > 0){
+    if (distance >= 0 && distance < 16 && arrSlice < 360 && arrSlice >=sss 0){
         slice_data[arrSlice][distance] |= c;
     }
 }