Working on the Player UI

This commit is contained in:
2021-09-06 09:12:45 -07:00
parent ae16d5438b
commit 09b3bdb93c
22 changed files with 262 additions and 53 deletions

View File

@ -151,7 +151,6 @@ void vnCharacterRender(vncharacter_t *character, shader_t *shader) {
character->pitch, character->yaw, character->roll,
character->scaleX, character->scaleY, 1
);
shaderUseTexture(shader, character->texture);
primitiveDraw(&character->primitive, 0, -1);
}