adf14bfdde
A common source of errors is to call functions (such as round()) expecting them to work in place, but them actually being designed only to return the processed value. Not using the return value in this case in indicative of a bug, and can be flagged as a warning by using the [[nodiscard]] attribute. |
||
---|---|---|
.. | ||
export | ||
crash_handler_osx.h | ||
crash_handler_osx.mm | ||
detect.py | ||
dir_access_osx.h | ||
dir_access_osx.mm | ||
godot_main_osx.mm | ||
joypad_osx.cpp | ||
joypad_osx.h | ||
logo.png | ||
os_osx.h | ||
os_osx.mm | ||
platform_config.h | ||
platform_osx_builders.py | ||
power_osx.cpp | ||
power_osx.h | ||
SCsub |