mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
minor macisms
This commit is contained in:
parent
6c73c0d08d
commit
2e9355b9bf
@ -177,6 +177,10 @@ class PackageMaker:
|
||||
# This platform is consistent with our declared
|
||||
# platform.
|
||||
return
|
||||
elif self.packagePlatform:
|
||||
# This platform is consistent with any particular
|
||||
# platform.
|
||||
return
|
||||
|
||||
if ext in self.bogusExtensions:
|
||||
# Already reported this one.
|
||||
|
@ -53,7 +53,7 @@ P3DSession(P3DInstance *inst) {
|
||||
#ifdef _WIN32
|
||||
string platform = "win32";
|
||||
#else
|
||||
string platform = "osx_i386";
|
||||
string platform = "osx.i386";
|
||||
#endif
|
||||
|
||||
_panda3d = inst_mgr->get_package("panda3d", "dev", platform, "Panda3D");
|
||||
|
@ -276,7 +276,7 @@ NPP_Print(NPP instance, NPPrint *platformPrint) {
|
||||
////////////////////////////////////////////////////////////////////
|
||||
int16
|
||||
NPP_HandleEvent(NPP instance, void *event) {
|
||||
logfile << "HandleEvent\n";
|
||||
// logfile << "HandleEvent\n";
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user