mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-25 10:22:33 -05:00
Removed some TODO already done
This commit is contained in:
@ -690,8 +690,7 @@ Color Fade(Color color, float alpha)
|
||||
return (Color){color.r, color.g, color.b, color.a*alpha};
|
||||
}
|
||||
|
||||
// Enable some window configurations (SetWindowFlags()?)
|
||||
// TODO: Review function name and usage
|
||||
// Enable some window/system configurations
|
||||
void SetConfigFlags(char flags)
|
||||
{
|
||||
configFlags = flags;
|
||||
|
||||
Reference in New Issue
Block a user