hsiao 5年前
コミット
8b3c312e8e
1個のファイルの変更0行の追加1行の削除
  1. 0
    1
      src/index.ts

+ 0
- 1
src/index.ts ファイルの表示

@@ -55,7 +55,6 @@ export class ReeGame {
55 55
         }
56 56
     }
57 57
 
58
-
59 58
     private updateObjects(obj: Object3D) {
60 59
 
61 60
         if ("update" in obj && (typeof obj["update"] == "function")) {

読み込み中…
キャンセル
保存