Final skeletal fixes

This commit is contained in:
SirLynix
2022-08-17 20:03:52 +02:00
committed by Jérôme Leclercq
parent 3efe62ddbe
commit b37af6da31
4 changed files with 17 additions and 25 deletions

View File

@@ -156,7 +156,7 @@ fn billboardMain(input: VertIn) -> VertOut
fn main(input: VertIn) -> VertOut
{
let pos: vec3[f32];
const if (HasSkinning && false)
const if (HasSkinning)
{
pos = vec3[f32](0.0, 0.0, 0.0);