Files
godot/servers
lucicam c158a63a8a Fix crash caused by null parameter passed to CameraServer.add_feed()
Fixes #46181

CameraServer.add_feed() takes a CameraFeed object type as parameter.
Passing in another type of data while binding the method it will make
tha parameter null.
Added a check for null which returns from function and does not make the
engine crash anymore.
2021-04-02 17:11:30 +03:00
..
2021-01-01 20:19:21 +01:00
2021-02-18 11:23:34 -03:00
2021-03-05 21:48:20 +00:00
2020-04-09 15:33:01 +10:00