fixing mouseUp on NSMenu; making pen on buildingmaker work

This commit is contained in:
minjaesong
2019-02-03 23:53:46 +09:00
parent e3ed712a42
commit a831a4d798
8 changed files with 96 additions and 31 deletions

View File

@@ -10,5 +10,5 @@ uniform sampler2D u_texture;
void main(void) {
gl_FragColor = texture2D(u_texture, v_texCoords);
gl_FragColor = vec4(texture2D(u_texture, v_texCoords).rgb, 1.0);
}