Skip to content

Commit

Permalink
fixed txpo
Browse files Browse the repository at this point in the history
  • Loading branch information
splican committed Jan 13, 2025
1 parent ed57487 commit a4b7aed
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import bind from "bind-decorator";
import ICharacterAnimator from "../CharacterAnimator/ICharacterAnimator";
import ICharacterNavigator from "../CharacterNavigator/ICharacterNavigator";

const modelLink = require("../../../../../Assets/3dModels/sharedModels/a_avatar_standardmale_male.glb");
const modelLink = require("../../../../../Assets/3dModels/sharedModels/a_avatar_standardmale.glb");

export default class AvatarView {
private scenePresenter: IScenePresenter;
Expand Down

0 comments on commit a4b7aed

Please sign in to comment.