docs are wrong, phong is float

This commit is contained in:
Robin Appelman 2023-12-19 18:21:09 +01:00
commit 88cb35fda6
7 changed files with 7 additions and 7 deletions

View file

@ -26,7 +26,7 @@ vertexlitgeneric(VertexLitGenericMaterial(
r#$selfillum: false,
r#$ssbump: false,
r#$envmap: None,
r#$phong: false,
r#$phong: 0.0,
r#$nofog: false,
r#$ignorez: false,
))