small changes to py funcs that can run 100s of times a second, so python wont generate empty args tuple when they are not needed.
This commit is contained in:
@@ -118,7 +118,7 @@ void SCA_ISensor::Resume() {
|
||||
}
|
||||
|
||||
void SCA_ISensor::Init() {
|
||||
printf("Sensor %s has no init function, please report this bug to Blender.org\n", m_name);
|
||||
printf("Sensor %s has no init function, please report this bug to Blender.org\n", m_name.Ptr());
|
||||
}
|
||||
|
||||
void SCA_ISensor::DecLink() {
|
||||
|
||||
Reference in New Issue
Block a user