You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Redot crashes when you right click a Color() inside a script. It works correctly if there's already a value inside Color(), but it crashes when it's empty
Expected behaviour:
Right clicking Color should open an option menu
Steps to reproduce
$Sprite2D.modulate = Color()
Right click the Color
Redot crashes
$Sprite2D.modulate = Color("FF0000")
This one doesn't crash Redot
Minimal reproduction project (MRP)
N/A
The text was updated successfully, but these errors were encountered:
Spartan322
changed the title
Redot crashes when you right-click on Color() inside a script
[4.3] Redot crashes when you right-click on Color() inside a script
Nov 16, 2024
Tested versions
Redot 4.3 Release Candidate 2
Redot 4.3 Beta 2
System information
Windows 11
Issue description
Redot crashes when you right click a Color() inside a script. It works correctly if there's already a value inside Color(), but it crashes when it's empty
Expected behaviour:
Right clicking Color should open an option menu
Steps to reproduce
$Sprite2D.modulate = Color()
$Sprite2D.modulate = Color("FF0000")
This one doesn't crash Redot
Minimal reproduction project (MRP)
N/A
The text was updated successfully, but these errors were encountered: