aboutsummaryrefslogtreecommitdiff
path: root/src/camera.c
diff options
context:
space:
mode:
authorraysan5 <raysan5@gmail.com>2016-01-28 10:03:37 +0100
committerraysan5 <raysan5@gmail.com>2016-01-28 10:03:37 +0100
commitac475f46b9609235a9db4f3057271f609c39db7b (patch)
treee8b48281f8db55bec94ef99fd8e3062b4f8946cc /src/camera.c
parentc21ca3ca1a3c68459cf75fc27bc73430228e3f0b (diff)
downloadraylib-ac475f46b9609235a9db4f3057271f609c39db7b.tar.gz
raylib-ac475f46b9609235a9db4f3057271f609c39db7b.zip
Added touch points id to gestures
Required by ProcessGestureEvent()
Diffstat (limited to 'src/camera.c')
-rw-r--r--src/camera.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/camera.c b/src/camera.c
index 4768b176..1e7ac2ff 100644
--- a/src/camera.c
+++ b/src/camera.c
@@ -2,7 +2,7 @@
*
* raylib Camera System - Camera Modes Setup and Control Functions
*
-* Copyright (c) 2015 Marc Palau and Ramon Santamaria
+* Copyright (c) 2015 Marc Palau and Ramon Santamaria (@raysan5)
*
* This software is provided "as-is", without any express or implied warranty. In no event
* will the authors be held liable for any damages arising from the use of this software.