From 7f9cef62d446f0d82d8801185a38035cc2e5bc08 Mon Sep 17 00:00:00 2001 From: Frederico Linhares Date: Mon, 30 Dec 2024 22:14:39 -0300 Subject: feat Rename version constants for BluCat --- src/core.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/core.cpp') diff --git a/src/core.cpp b/src/core.cpp index 7e5253b..dd68edb 100644 --- a/src/core.cpp +++ b/src/core.cpp @@ -288,11 +288,11 @@ load_vk_instance(void *obj) BluCat::core.game_version_major, BluCat::core.game_version_minor, BluCat::core.game_version_patch); - app_info.pEngineName = "CandyGear"; + app_info.pEngineName = "BluCat"; app_info.engineVersion = VK_MAKE_VERSION( - CANDY_GEAR_VERSION_MAJOR, - CANDY_GEAR_VERSION_MINOR, - CANDY_GEAR_VERSION_PATCH); + BLU_CAT_VERSION_MAJOR, + BLU_CAT_VERSION_MINOR, + BLU_CAT_VERSION_PATCH); app_info.apiVersion = VK_API_VERSION_1_0; VkInstanceCreateInfo create_info; -- cgit v1.2.3