Archived
1
Fork 0

Default intiialize material float node values

This commit is contained in:
redstrate 2021-06-01 12:10:58 -04:00
parent e8bf0a8371
commit 58d1868fbe

View file

@ -49,7 +49,7 @@ struct MaterialProperty {
prism::float3 value;
AssetPtr<Texture> value_tex;
float float_value;
float float_value = 0.0f;
};
static int last_id = 0;