Fix texture
All checks were successful
Run ReCI Build Test / Explore-Gitea-Actions (push) Successful in 6m10s
All checks were successful
Run ReCI Build Test / Explore-Gitea-Actions (push) Successful in 6m10s
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user