-
Bug
-
Resolution: Fixed
-
P4
-
8
-
None
-
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.