1
0
mirror of synced 2024-11-28 09:20:53 +01:00

Fix infinite expand

This commit is contained in:
0auBSQ 2023-01-29 03:08:53 +09:00
parent 61dfe59c8c
commit 65a3e82911

View File

@ -273,6 +273,9 @@ namespace TJAPlayer3
); );
} }
_tex.vc拡大縮小倍率.X = 1f;
_tex.vc拡大縮小倍率.Y = 1f;
_tex.Opacity = 255; _tex.Opacity = 255;
} }