Skip to content

Commit

Permalink
Include g2 shaders for wasm
Browse files Browse the repository at this point in the history
  • Loading branch information
luboslenco committed Sep 22, 2023
1 parent 39bf33f commit 0d0493f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ if (flags.with_audio) {

if (platform === Platform.Wasm) {
project.addFile('Sources/main_wasm.c');
project.addFile('Shaders/**');
}
else {
project.addFile('Sources/main.cpp');
Expand Down

0 comments on commit 0d0493f

Please sign in to comment.