Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
luboslenco committed Jan 20, 2024
1 parent 17d46fe commit 9b5e701
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions Sources/Krom.d.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@

// declare type Image = any;
// declare type VertexElement = any;
// declare type VertexBuffer = any;

declare namespace Krom {

function clear(flags: i32, color: i32, depth: f32, stencil: i32): void;
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion make.js
Original file line number Diff line number Diff line change
Expand Up @@ -981,7 +981,7 @@ function writeTSProject(projectdir, projectFiles, options) {
process.argv.push('krom.js');
(1, eval)(fs.readFileSync(tsc) + '');
process.argv = _argv;
process.chdir(_cwd)
process.chdir(_cwd);
}

let options = [
Expand Down

0 comments on commit 9b5e701

Please sign in to comment.