mirror of
https://github.com/love2d/love.git
synced 2026-08-16 08:11:02 +02:00
macOS: rename most internal uses of "macosx" to "macos".
--HG-- branch : minor
This commit is contained in:
@@ -498,7 +498,7 @@ love::graphics::StreamBuffer *CreateStreamBuffer(BufferType mode, size_t size)
|
||||
// slow on most drivers. On macOS, having a separate driver thread
|
||||
// is opt-in via an API, and we don't do it, so we can use this
|
||||
// instead of the (potentially slower) SubData approach.
|
||||
#ifdef LOVE_MACOSX
|
||||
#ifdef LOVE_MACOS
|
||||
return new StreamBufferMapSync(mode, size);
|
||||
#endif
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user