weimingtom / loon-simple

Automatically exported from code.google.com/p/loon-simple
1 stars 0 forks source link

Bug 报告 #37

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
hello,鹏大侠,一直关注LGame,愿越来越好。
--------------------------------------
LObject中topOn有个小bug:

    public static void topOn(final LObject object, int w, int h) {
        object.setLocation(w / 2 - h / 2, 0);
    }

Original issue reported on code.google.com by echo...@gmail.com on 13 Feb 2011 at 2:36