Skip to content

Commit

Permalink
Fix ts preprocessor directive
Browse files Browse the repository at this point in the history
  • Loading branch information
luboslenco committed Jan 23, 2024
1 parent 00421a4 commit 70e14e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/iron/System.ts
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ class System {
return global["data/" + name + System.ext];
///else
return Krom.loadBlob("data/" + name + System.ext);
///
///end
}

static getShader = (name: string): Shader => {
Expand Down

0 comments on commit 70e14e1

Please sign in to comment.