aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2018-04-05 15:28:01 +0100
committerYann Herklotz <ymherklotz@gmail.com>2018-04-05 15:28:01 +0100
commit20d6783a3b854134318f8a6077c2fce9c5cd3586 (patch)
treeb4a01b9e346ea41393825531b1ec87b73fdad1e2
parent5b51a9b64297ed96a5024410b22fd821287c48bc (diff)
downloadYAGE-20d6783a3b854134318f8a6077c2fce9c5cd3586.tar.gz
YAGE-20d6783a3b854134318f8a6077c2fce9c5cd3586.zip
Updating dependencies
m---------external/glfw0
m---------external/glm0
m---------external/rapidjson0
-rw-r--r--yage/yage.cpp2
4 files changed, 1 insertions, 1 deletions
diff --git a/external/glfw b/external/glfw
-Subproject ac94014ef85853059eed65f1fa5344e2688b6f4
+Subproject 0a3c4f5d80b041ee1a12c8da3503653d98bd1a1
diff --git a/external/glm b/external/glm
-Subproject 6390805e6d420977a293d967c17cf1a7fd944cd
+Subproject b8d06817259befb686702cf05616c9f7dc17ce0
diff --git a/external/rapidjson b/external/rapidjson
-Subproject 83f149e70eca569a51a81dd94c49d5a0eff3992
+Subproject 8022a5f79c7490e2a9dd5934ac9c77b6d5555a6
diff --git a/yage/yage.cpp b/yage/yage.cpp
index 9a015d8c..68453181 100644
--- a/yage/yage.cpp
+++ b/yage/yage.cpp
@@ -18,7 +18,7 @@ namespace yage
void glfwErrorCallback(int, const char *description)
{
- std::cerr << "ERROR: %s\n" << description;
+ std::cerr << "Error: " << description;
}
void init()