Skip to content

Commit

Permalink
Update Kinc
Browse files Browse the repository at this point in the history
  • Loading branch information
RobDangerous committed Sep 24, 2024
1 parent 2c30ba4 commit 3ec252e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Kinc
4 changes: 4 additions & 0 deletions TextureArray/kfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ project.addFile('Sources/**');
project.addKongDir('Shaders');
project.setDebugDir('Deployment');

if (Options.screenshot) {
project.addDefine('SCREENSHOT');
}

project.flatten();

resolve(project);

0 comments on commit 3ec252e

Please sign in to comment.