DamageIndicatorSystem code looking good. Test working well. Sprite display fixed by Viktor

This commit is contained in:
verysecrethero
2016-02-09 15:38:21 +01:00
parent 0e9fb16399
commit 971fee4a0c
4 changed files with 37 additions and 15 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ out VertexData{
void main()
{
gl_Position = P * M * vec4(Position, 1.0);
gl_Position = P * V * M * vec4(Position, 1.0);
Output.Position = Position;
Output.TextureCoordinate = TextureCoords;