Changeset c6fec84 in opengl-game for game-gui-sdl.cpp


Ignore:
Timestamp:
Sep 16, 2019, 6:42:19 PM (5 years ago)
Author:
Dmitry Portnoy <dmitry.portnoy@…>
Branches:
feature/imgui-sdl, master, points-test
Children:
90a424f
Parents:
f133da0
Message:

Update the makefile to correctly compile openglgame

File:
1 edited

Legend:

Unmodified
Added
Removed
  • game-gui-sdl.cpp

    rf133da0 rc6fec84  
    142142
    143143bool GameGui_SDL::createVulkanSurface(VkInstance instance, VkSurfaceKHR* surface) {
    144    return SDL_Vulkan_CreateSurface(window, instance, surface) ?
    145       RTWO_SUCCESS : RTWO_ERROR;
     144   return SDL_Vulkan_CreateSurface(window, instance, surface) ? RTWO_SUCCESS : RTWO_ERROR;
    146145}
    147146
Note: See TracChangeset for help on using the changeset viewer.