Closed DragoniteSpam closed 1 month ago
Presumably this is related to the constructor_call shenanigans that yall have been talking about today
calling a constructor directly - constructors should only be called using new
function A() constructor { static Whatever = function() { }; } function B() : A() constructor { } show_message(new A()) show_message(new B())
Run the sample project
IDE v2024.1100.0.626 Runtime v2024.1100.0.652
Windows 10.0.19045.0
Windows
4f34c39a-e552-454b-a910-64cba464cb25
Actually you know what - statics have nothing to do with it, and this is probably just #7752
Description
Presumably this is related to the constructor_call shenanigans that yall have been talking about today
Steps To Reproduce
Run the sample project
Which version of GameMaker are you reporting this issue for?
IDE v2024.1100.0.626 Runtime v2024.1100.0.652
Which operating system(s) are you seeing the problem on?
Windows 10.0.19045.0
Which platform(s) are you seeing the problem on?
Windows
4f34c39a-e552-454b-a910-64cba464cb25