mirror of
https://github.com/Ttanasart-pt/Pixel-Composer.git
synced 2024-12-25 06:26:42 +01:00
Revert window
This commit is contained in:
parent
6168e97239
commit
7c2bacea4e
2 changed files with 1 additions and 3 deletions
|
@ -56,7 +56,7 @@ function __lua_blendmode_reset() {
|
|||
function __lua_set_color(color = c_white) {
|
||||
draw_set_color(color);
|
||||
}
|
||||
function __lua_set_alpha(alpha = 1) {;
|
||||
function __lua_set_alpha(alpha = 1) {
|
||||
draw_set_alpha(alpha);
|
||||
}
|
||||
function __lua_set_color_alpha(color = c_white, alpha = 1) {
|
||||
|
|
|
@ -23,8 +23,6 @@ function mac_window_init() {
|
|||
__win_min_y = 0;
|
||||
__win_min_w = 0;
|
||||
__win_min_h = 0;
|
||||
|
||||
window_set_showborder(false);
|
||||
}
|
||||
|
||||
function mac_window_maximize() {
|
||||
|
|
Loading…
Reference in a new issue