Fix texture
All checks were successful
Run ReCI Build Test / Explore-Gitea-Actions (push) Successful in 6m10s

This commit is contained in:
2024-08-21 19:57:51 -04:00
parent 8ce9a08951
commit 3759affa5d
2 changed files with 7 additions and 3 deletions

View File

@@ -129,7 +129,6 @@ namespace JGL
for (const auto &c: color3)
result.emplace_back(c);
return result;
}
@@ -158,4 +157,7 @@ namespace JGL
return texture_filtering_mode;
}
void Texture::SetTextureHandle(GLuint handle) {
texture_handle = handle;
}
}