瀏覽代碼

Fixed an obvious oversight

thebluefish 11 年之前
父節點
當前提交
dfd119b41f
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      Source/Engine/Scene/LogicComponent.h

+ 2 - 0
Source/Engine/Scene/LogicComponent.h

@@ -20,6 +20,8 @@
 // THE SOFTWARE.
 //
 
+#pragma once
+
 #include "Component.h"
 
 namespace Urho3D