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:
2008-07-04 00:30:44 +00:00
parent 5c93e75682
commit bd74679a39
3 changed files with 7 additions and 11 deletions
+1 -1
View File
@@ -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() {