Skip to content

Commit 3bc0118

Browse files
committed
fix notwindow not defined in textarea
1 parent 2503394 commit 3bc0118

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

scripts/draw_textarea/draw_textarea.gml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ function draw_textarea() {
1111
hoffset = 0
1212
alpha = 1
1313
prevalpha = draw_get_alpha()
14+
notwindow = 0
1415
if (argument_count > 7) hoffset = argument[7]
1516
if (argument_count > 8) alpha = argument[8]
1617
if (argument_count > 9) notwindow = argument[9]

scripts/macros/macros.gml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
function macros() {
22
#macro gm_runtime_version "2022.2.0.487"
3-
#macro version_date "2022.03.21"
3+
#macro version_date "2022.03.25"
44
#macro version "3.9.4"
55
#macro is_prerelease 1 // remember to change to 0 in the release!
66
#macro nbs_version 5

0 commit comments

Comments
 (0)