Browse Source

Added contributor credit.

Lasse Öörni 10 years ago
parent
commit
56ad4078aa
3 changed files with 3 additions and 0 deletions
  1. 1 0
      Docs/Urho3D.dox
  2. 1 0
      README.md
  3. 1 0
      Source/Urho3D/IO/Log.h

+ 1 - 0
Docs/Urho3D.dox

@@ -101,6 +101,7 @@ Urho3D development, contributions and bugfixes by:
 - atship
 - att
 - celeron55
+- cosmy1
 - feltech
 - hdunderscore
 - marynate

+ 1 - 0
README.md

@@ -55,6 +55,7 @@ Urho3D development, contributions and bugfixes by:
 - atship
 - att
 - celeron55
+- cosmy1
 - feltech
 - hdunderscore
 - marynate

+ 1 - 0
Source/Urho3D/IO/Log.h

@@ -153,4 +153,5 @@ private:
 #define LOGERRORF(...) ((void)0)
 #define LOGRAWF(...) ((void)0)
 #endif
+
 }