From 53b7d31c976ff0c26e1272d786595d14a09999e8 Mon Sep 17 00:00:00 2001
From: Krisjanis Rijnieks <krisjanis.rijnieks@gmail.com>
Date: Tue, 26 Jan 2016 18:49:25 +0100
Subject: [PATCH] Improve literacy of the block comment on the top

---
 example-camera/src/ofApp.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/example-camera/src/ofApp.h b/example-camera/src/ofApp.h
index 1274838..7935fbb 100644
--- a/example-camera/src/ofApp.h
+++ b/example-camera/src/ofApp.h
@@ -2,6 +2,8 @@
  * CameraSource example
  * Based on the thought that ofxPiMapper should be as bare-bones as possible, thus all the source 
  * type functionality should come from outside.
+ * Update: still thinking whether the bare-bones approach is such a good idea. The less dependencies
+ * the better, of course.
  * Created by Krisjanis Rijnieks on 25/01/2016
  */