Quest system fixed.
This commit is contained in:
@@ -30,7 +30,7 @@ void vertex() {
|
||||
|
||||
void fragment() {
|
||||
vec4 npcColor = texture(npcTexture, UV);
|
||||
|
||||
|
||||
if(npcColor.a == 0.0)
|
||||
discard;
|
||||
|
||||
|
Reference in New Issue
Block a user