Skip to content

Commit

Permalink
location of LocoMotion changed
Browse files Browse the repository at this point in the history
  • Loading branch information
dktr0 committed Oct 12, 2023
1 parent 580b424 commit 732b8be
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion client/src/Estuary/Types/RenderState.hs
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ data RenderState = RenderState {
initialRenderState :: MusicW.Node -> MusicW.Node -> HTMLCanvasElement -> GLContext -> HTMLCanvasElement -> HTMLCanvasElement -> UTCTime -> AudioTime -> IO RenderState
initialRenderState pIn pOut cvsElement glCtx hCanvas lCanvas t0System t0Audio = do
pWebGL <- Punctual.newPunctualWebGL (Just pIn) (Just pOut) Punctual.HD 1.0 hCanvas glCtx
lm <- exoLang lCanvas "https://dktr0.github.io/LocoMotion/src/webpack-module.js"
lm <- exoLang lCanvas "https://dktr0.github.io/LocoMotion/locoMotion.js"
elt <- exoLang lCanvas "./exolang.js"
tm <- exoLang lCanvas "https://jac307.github.io/TransMit/exolang.js"
return $ RenderState {
Expand Down
2 changes: 0 additions & 2 deletions static/index.html.template
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,6 @@
<body>
<script src="./WebDirt/WebDirt-packed.js"></script>
<script src="https://dktr0.github.io/LocoMotion/threejs/three.min.js"></script>
<script src="https://dktr0.github.io/LocoMotion/threejs/GLTFLoader.js"></script>
<script src="https://dktr0.github.io/LocoMotion/threejs/DRACOLoader.js"></script>
<script src="https://dktr0.github.io/LocoMotion/threejs/OBJLoader.js"></script>
<script src="https://dktr0.github.io/LocoMotion/threejs/MTLLoader.js"></script>
<script src="./SuperDirt.js"></script>
Expand Down

0 comments on commit 732b8be

Please sign in to comment.