瀏覽代碼

fixed 3 files out of 4212:

- removed 177 CR characters
 - removed 12 trailing whitespaces
 - replaced 0 tabs with spaces
 - fixed 1 svn:eol-style properties
undefined
Lolbot Sam Hocevar <sam@hocevar.net> 10 年之前
父節點
當前提交
3797ac1179
共有 3 個文件被更改,包括 3 次插入3 次删除
  1. +1
    -1
      doc/samples/meshviewer/meshviewer.cpp
  2. +1
    -1
      doc/samples/meshviewer/meshviewer.h
  3. +1
    -1
      src/input/controller.h

+ 1
- 1
doc/samples/meshviewer/meshviewer.cpp 查看文件

@@ -187,7 +187,7 @@ void MeshViewer::Stop()

//Register all entities
for (Entity* entity : m_entities) Ticker::Unref(entity);
//Delete objs
while (m_objs.count()) delete m_objs.Pop();



+ 1
- 1
doc/samples/meshviewer/meshviewer.h 查看文件

@@ -248,7 +248,7 @@ private:

//Object data
array<ViewerObject*> m_objs;
//Entities listing
array<Entity*> m_entities;



+ 1
- 1
src/input/controller.h 查看文件

@@ -311,7 +311,7 @@ public:
m_joystick_axis += bindings;
return *this;
}
//BindingType -------------------------------------------------------------
struct InputTypeBase : public StructSafeEnum
{


Loading…
取消
儲存