Skip to content

Commit

Permalink
feat: code opt
Browse files Browse the repository at this point in the history
  • Loading branch information
Sway007 committed Oct 12, 2024
1 parent d83cb29 commit a180d29
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/shader-lab/src/preprocessor/PpParser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -666,7 +666,6 @@ export class PpParser {
const macro = this._definedMacros.get(token.lexeme);
if (macro) {
let replace = macro.body.lexeme;
debugger;
if (macro.isFunction) {
scanner.scanToChar("(");
scanner.advance();
Expand Down

0 comments on commit a180d29

Please sign in to comment.