mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-30 16:58:40 -04:00
fix compile error on tiger
This commit is contained in:
parent
6fde10f9d1
commit
645ee9d05f
@ -58,8 +58,8 @@ static void Post_Event_Wait(unsigned short type, unsigned int data1 , unsigned i
|
||||
windowNumber:target_window
|
||||
context:nil
|
||||
subtype:type
|
||||
data1:(NSInteger)data1
|
||||
data2:(NSInteger)&w];
|
||||
data1:data1
|
||||
data2:(int)&w];
|
||||
|
||||
[NSApp postEvent:ev atStart:NO];
|
||||
while (!w.work_done)
|
||||
|
Loading…
x
Reference in New Issue
Block a user