浏览代码

test commit

Patrick Ryan 6 年之前
父节点
当前提交
3f22c9a589
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      gui/src/2D/controls/colorpicker.ts

+ 3 - 0
gui/src/2D/controls/colorpicker.ts

@@ -426,6 +426,9 @@ export class ColorPicker extends Control {
         super._onPointerUp(target, coordinates, pointerId, buttonIndex, notifyClick);
     }
 
+    /**
+     * This is so cool!
+     */
     public static ShowPickerDialog() {
 
     }