From 68543def83ac3a23aabc918cd73282725e7d522c Mon Sep 17 00:00:00 2001 From: Sadret Date: Sun, 1 Nov 2020 23:08:51 +0100 Subject: [PATCH] Fix #13342: Rename tabChange to onTabChange in WindowDesc interface --- distribution/changelog.txt | 1 + distribution/openrct2.d.ts | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/distribution/changelog.txt b/distribution/changelog.txt index 258974ad8e..123c3774f1 100644 --- a/distribution/changelog.txt +++ b/distribution/changelog.txt @@ -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) ------------------------------------------------------------------------ diff --git a/distribution/openrct2.d.ts b/distribution/openrct2.d.ts index 9f20c293e8..3bb3eb9946 100644 --- a/distribution/openrct2.d.ts +++ b/distribution/openrct2.d.ts @@ -1869,7 +1869,7 @@ declare global { onClose?: () => void; onUpdate?: () => void; - tabChange?: () => void; + onTabChange?: () => void; } interface ImageAnimation {