don't call private SimpleWindow constructor in KFlxShader
This commit is contained in:
@@ -95,7 +95,12 @@ class KFlxShader extends flixel.system.FlxAssets.FlxShader {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function editShaderUniforms() {
|
function editShaderUniforms() {
|
||||||
var window = new SimpleWindow('Editing shader uniforms: ${json.jsonPath}', null, null, 0.9, 0.9, true);
|
var window = SimpleWindow.create({
|
||||||
|
title: 'Editing shader uniforms: ${json.jsonPath}',
|
||||||
|
percentWidth: 0.9,
|
||||||
|
percentHeight: 0.9,
|
||||||
|
xButton: true
|
||||||
|
});
|
||||||
|
|
||||||
function recursiveCall() {
|
function recursiveCall() {
|
||||||
window.show();
|
window.show();
|
||||||
|
|||||||
Reference in New Issue
Block a user