-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: 8
-
Component/s: javafx
-
None
-
Environment:
Mac OS X
The robot on the Mac does not work at all.
An initializer of a ptr field was added recently to MacRobot which sets it to 0. This initializer is called after the _create() method, which is called from the superclass constructor. So the initializer overrides a valid value to zero.
An initializer of a ptr field was added recently to MacRobot which sets it to 0. This initializer is called after the _create() method, which is called from the superclass constructor. So the initializer overrides a valid value to zero.