Skip to content

Commit 9f08396

Browse files
committed
making user_interface_base.icons.get(id) the default for asset lookup
1 parent ce3c53c commit 9f08396

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

app.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,9 @@ namespace microgui {
1212
}
1313

1414
// application configuration
15-
// user_interface_base.getIcon = (id) => icons.get(id)
15+
user_interface_base.getIcon = (id) => user_interface_base.icons.get(id)
1616
user_interface_base.resolveTooltip = (ariaId: string) => ariaId
1717

18-
1918
export class App {
2019
private sceneManager: SceneManager
2120

0 commit comments

Comments
 (0)