1
0
mirror of https://github.com/OpenTTD/OpenTTD synced 2026-01-27 06:04:25 +01:00

Fix 666073fc7b: cocoa video driver did not register

This commit is contained in:
Rubidium
2026-01-23 23:11:18 +01:00
committed by rubidium42
parent 0519f82a37
commit 84863e73a9

View File

@@ -550,6 +550,9 @@ void VideoDriver_Cocoa::MainLoopReal()
@end
/** Register the cocoa video driver. */
static FVideoDriver_CocoaQuartz iFVideoDriver_CocoaQuartz;
/**
* Clear buffer to opaque black.
* @param buffer Pointer to the buffer.