fix crash bug

This commit is contained in:
xsl
2026-02-05 21:06:02 +08:00
parent 52c9da08ed
commit 5d8e108306
3 changed files with 34 additions and 46 deletions
+1 -2
View File
@@ -1,4 +1,4 @@
#pragma once
@@ -80,7 +80,6 @@ public:
int MAX_FRAMES_IN_FLIGHT = 2;
bool _applicationInited = false;
void cleanupSecondInit();
protected:
void loadTexture(std::string path, Texture& tex, bool srgb, VkCommandPool pool);