Skip to content

Commit

Permalink
Fix the Shader sample
Browse files Browse the repository at this point in the history
  • Loading branch information
RobDangerous committed Oct 4, 2023
1 parent 96d5c02 commit e9fdb67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Shader/kfile.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const project = new Project('ShaderTest', {kong: true});
const project = new Project('ShaderTest');

await project.addProject('../Kinc');
await project.addProject('../Kinc', {kong: true});

project.addFile('Sources/**');
project.addKongDir('Shaders');
Expand Down

0 comments on commit e9fdb67

Please sign in to comment.