mirror of
https://github.com/godotengine/godot.git
synced 2024-11-21 03:18:37 +08:00
Fixed NinePatches not working on HTML5
This commit is contained in:
parent
db3b05d289
commit
ffe8f8ca21
@ -368,7 +368,7 @@ void main() {
|
||||
);
|
||||
|
||||
if (draw_center==0) {
|
||||
color.a=0;
|
||||
color.a=0.0;
|
||||
}
|
||||
|
||||
uv = uv*src_rect.zw+src_rect.xy; //apply region if needed
|
||||
|
Loading…
Reference in New Issue
Block a user