mirror of
https://github.com/celisej567/mcpe.git
synced 2026-09-17 20:10:23 +03:00
clang-tidy: fix many warnings
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
AppPlatform_sdl::AppPlatform_sdl(std::string storageDir, SDL_Window *window)
|
||||
: AppPlatform_sdl_base(storageDir, window)
|
||||
{
|
||||
setIcon(loadTexture("icon.png"));
|
||||
setIcon(AppPlatform_sdl::loadTexture("icon.png"));
|
||||
}
|
||||
|
||||
// Take Screenshot
|
||||
@@ -81,7 +81,7 @@ ret:
|
||||
}
|
||||
if (rows != NULL)
|
||||
{
|
||||
delete rows[height];
|
||||
delete[] rows;
|
||||
}
|
||||
if (file != NULL)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user