Преглед изворни кода

Update comment

pull/2094/head
Ray пре 4 година
родитељ
комит
8649032428
1 измењених фајлова са 3 додато и 4 уклоњено
  1. +3
    -4
      src/rcore.c

+ 3
- 4
src/rcore.c Прегледај датотеку

@ -3709,8 +3709,8 @@ static bool InitGraphicsDevice(int width, int height)
#if defined(PLATFORM_DESKTOP) || defined(PLATFORM_WEB)
glfwSetErrorCallback(ErrorCallback);
/*
// Setup custom allocators to match raylib ones
/*
// l">TODO: Setup GLFW custom allocators to match raylib ones
const GLFWallocator allocator = {
.allocate = MemAlloc,
.deallocate = MemFree,
@ -3719,8 +3719,7 @@ static bool InitGraphicsDevice(int width, int height)
};
glfwInitAllocator(&allocator);
*/
*/
#if defined(__APPLE__)
glfwInitHint(GLFW_COCOA_CHDIR_RESOURCES, GLFW_FALSE);
#endif

Loading…
Откажи
Сачувај