Skip to content

Commit

Permalink
Update createScript.js
Browse files Browse the repository at this point in the history
Added 'dt' parameter to the udpate method as per #67 (comment)
  • Loading branch information
marklundin authored Feb 22, 2024
1 parent c40325d commit 2d7c674
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/assets/createScript.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ export class ${className} extends pc.ScriptType {
}
update() {
update(dt) {
}
Expand Down

0 comments on commit 2d7c674

Please sign in to comment.