Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Former-commit-id: 068e351487bbd4ff0433ae8d43a47e830b561cd0
  • Loading branch information
Popov72 committed Nov 16, 2022
1 parent af128d6 commit a19c1ae
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { ThinEngine } from "../../Engines/thinEngine";
import type { InternalTexture } from "../../Materials/Textures/internalTexture";
import type { Nullable } from "../../types";
import { Constants } from "../constants";
import type { ExternalTexture } from "../..//Materials/Textures/externalTexture";
import type { ExternalTexture } from "../../Materials/Textures/externalTexture";

declare module "../../Engines/thinEngine" {
export interface ThinEngine {
Expand Down

0 comments on commit a19c1ae

Please sign in to comment.