Skip to content

Commit

Permalink
Update advancedDynamicTexture.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
BlakeOne authored Oct 26, 2021
1 parent 4f7bd3c commit 92903a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gui/src/2D/advancedDynamicTexture.ts
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ export class AdvancedDynamicTexture extends DynamicTexture {
public getControlsByType(typeName: string): Control[] {
return this._rootContainer.getDescendants(false, (control) => control.typeName === typeName);
}

/**
* Will return the first control with the given name
* @param name defines the name to search for
Expand Down

0 comments on commit 92903a6

Please sign in to comment.