Font working

This commit is contained in:
2022-10-24 22:28:53 -07:00
parent 98760ae494
commit eea8f5f693
15 changed files with 132 additions and 32 deletions

View File

@ -43,7 +43,7 @@ namespace Dawn {
void bindTexture(
shaderparameter_t param,
std::shared_ptr<Texture> texture
Texture *texture
) override {
if(texture == nullptr) {
this->setBoolean(this->paramHasTexture, false);