Add lovrUnreachable branch;

This commit is contained in:
bjorn 2024-01-31 12:52:29 -08:00
parent 40d85c6a16
commit 215e042e05
1 changed files with 2 additions and 0 deletions

View File

@ -257,6 +257,8 @@ void lovrModelDataCopyAttribute(ModelData* data, ModelAttribute* attribute, char
((((uint32_t) (int32_t) (z * 511.f)) & 0x3ff) << 20) |
((((uint32_t) (int32_t) (w * 2.f)) & 0x003) << 30);
}
} else {
lovrUnreachable();
}
} else {
lovrUnreachable();