Skip to content

Commit

Permalink
Add missing AssetLoader import.
Browse files Browse the repository at this point in the history
  • Loading branch information
aggregate1166877 committed Apr 30, 2021
1 parent c8e50a1 commit fe575d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions app/cameraControllers/freeCam.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import * as THREE from "three";

import AssetLoader from '../local/AssetLoader';
import { controls } from '../local/controls';
import core from "../local/core";
import speedTracker from "./utils/speedTracker";
Expand Down
2 changes: 1 addition & 1 deletion build.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{ "meta": "hook generated", "buildNumber": 48 }
{ "meta": "hook generated", "buildNumber": 49 }

0 comments on commit fe575d5

Please sign in to comment.