浏览代码

Added contributor credit.

Lasse Öörni 10 年之前
父节点
当前提交
56ad4078aa
共有 3 个文件被更改,包括 3 次插入0 次删除
  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
+
 }