Skip to content

Commit

Permalink
Do not include the Kong shaders for the Kope-API for now
Browse files Browse the repository at this point in the history
  • Loading branch information
RobDangerous committed Sep 2, 2024
1 parent e6610c8 commit 5ac6f0e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion kfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@ const lz4x = true;
project.addFile('Sources/kinc/**');

if (Options.kong) {
project.addKongDir('KongShaders');
if (!Options.kope) {
project.addKongDir('KongShaders');
}
}
else {
project.addFile('GLSLShaders/**');
Expand Down

0 comments on commit 5ac6f0e

Please sign in to comment.