Closed ghost closed 7 years ago
I don't know, maybe it work in JT, but in backend in not working. I try write test after finish test performance. In backend replace with 2 if, it works right now.
I have verified this, I have a test and I'm working on the fix. I'll create a PR soon.
@soywiz looks as not fixed for me
What i doing wrong? I test master-master-master for 3 projects, on windows and new mac. But i have not fps.
program.xml is fine <window fps="1000" unless="js" />
in haxe
@:unreflective static public function getFramesPerSecond__I/*getFramesPerSecond*/():Int {
return 60;
}
@:unreflective static public function isShowFPS__Z/*isShowFPS*/():Bool {
return false;
}
I have bumped to 0.6.5. While other projects are still in 0.6.4. Maybe that's the problem?
Master in all three projects: https://github.com/jtransc/jtransc/blob/ef1f1809fd402dca31b29a6557bbb5855139b6ed/gradle.properties#L1 0.6.5 https://github.com/jtransc/gdx-backend-jtransc/blob/c2c77abdd0573a13af23aa85cc945d407ba029a0/gradle.properties#L1 0.6.4 https://github.com/jtransc/jtransc-examples/blob/216c1bb29459626ff8c26ded9b34ee8ef8c8a256/spine-demo/gradle.properties#L1 0.6.4
I have tested in windows, but I think that bug doesn't have any platform-specific issues so I think it is unlikely to happen.
Oh my god =))) i really stupid today =))))
No problem. I had problems related to versions always :) Maybe I should do the PR for bumping versions in those projects just after is available at maven central
i will do update version right now, need for make global pure test for https://github.com/jtransc/gdx-backend-jtransc/issues/59
confirmed fixed.
Fail this, always return false
But this works
We can add else ?