Skip to content

Commit

Permalink
Add relevant TODO to TextFormat
Browse files Browse the repository at this point in the history
  • Loading branch information
rexim committed Feb 9, 2024
1 parent 4d68de9 commit a28c1da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions raylib.js
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@ class RaylibJs {
}

TextFormat(... args){
// TODO: Implement printf style formatting for TextFormat
return args[0];
}

Expand Down

0 comments on commit a28c1da

Please sign in to comment.