浏览代码

aiLight: fix a typo.

Kim Kulling 9 年之前
父节点
当前提交
301b6798c5
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      include/assimp/light.h

+ 1 - 1
include/assimp/light.h

@@ -76,7 +76,7 @@ enum aiLightSourceType
     aiLightSource_SPOT          = 0x3,
 
     //! The generic light level of the world, including the bounces
-    //! of all other lightsources.
+    //! of all other light sources.
     //! Typically, there's at most one ambient light in a scene.
     //! This light type doesn't have a valid position, direction, or
     //! other properties, just a color.