Added prefabs

This commit is contained in:
2024-12-02 20:00:54 -06:00
parent 9fd4c2399f
commit e660fade95
28 changed files with 332 additions and 268 deletions

View File

@ -185,7 +185,6 @@ void Texture::buffer(const struct ColorU8 pixels[]) {
}
void Texture::buffer(const struct Color pixels[]) {
std::cout << "Correct buffer" << std::endl;
assertTrue(
this->dataFormat == TextureDataFormat::FLOAT,
"Texture data format must be float!"