mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
RenderingDevice::screen_get_framebuffer_format should return a value of type RenderingDevice::FramebufferFormatID which is an alias of int64_t but it returns Error::FAILED with a value of 1. The compiler does not complain because both types are integers but 1 corresponds to a valid FramebufferFormatID, meaning a certain failure condition is missed. This commit changes it to the correct value, INVALID_ID. |
||
|---|---|---|
| .. | ||
| audio | ||
| camera | ||
| debugger | ||
| display | ||
| movie_writer | ||
| navigation_2d | ||
| navigation_3d | ||
| physics_2d | ||
| physics_3d | ||
| rendering | ||
| text | ||
| xr | ||
| nav_heap.h | ||
| register_server_types.cpp | ||
| register_server_types.h | ||
| SCsub | ||
| server_wrap_mt_common.h | ||