mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2025-12-24 00:03:11 +01:00
Fix #13342: Rename tabChange to onTabChange in WindowDesc interface
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
0.3.2+ (in development)
|
||||
------------------------------------------------------------------------
|
||||
- Fix: [#13334] Uninitialised variables in CustomTabDesc
|
||||
- Fix: [#13342] Rename tabChange to onTabChange in WindowDesc interface
|
||||
|
||||
0.3.2 (2020-11-01)
|
||||
------------------------------------------------------------------------
|
||||
|
||||
2
distribution/openrct2.d.ts
vendored
2
distribution/openrct2.d.ts
vendored
@@ -1869,7 +1869,7 @@ declare global {
|
||||
|
||||
onClose?: () => void;
|
||||
onUpdate?: () => void;
|
||||
tabChange?: () => void;
|
||||
onTabChange?: () => void;
|
||||
}
|
||||
|
||||
interface ImageAnimation {
|
||||
|
||||
Reference in New Issue
Block a user