OpenDreamProject / OpenDream

A project for running games made in the DM programming language
MIT License
186 stars 100 forks source link

rgb2num accepts null #1795

Closed Kapu1178 closed 1 month ago

Kapu1178 commented 1 month ago

Closes #1794

Im not sure this is technically the correct way to fix this, but it seems fine?

wixoaGit commented 1 month ago

Im not sure this is technically the correct way to fix this, but it seems fine?

DefaultValue is generally used when the DM reference explicitly mentions it having a default value, but this works.