mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-30 00:32:57 -04:00
support codebase
This commit is contained in:
parent
fb599ccac9
commit
19c0a94d7e
@ -68,6 +68,10 @@ function P3D_GetArgs(args, classid, mimeType){
|
||||
ret.params['data'] = args[i+1];
|
||||
break;
|
||||
|
||||
case "codebase":
|
||||
ret.objAttrs['codebase'] = args[i+1];
|
||||
break;
|
||||
|
||||
case "id":
|
||||
case "width":
|
||||
case "height":
|
||||
|
Loading…
x
Reference in New Issue
Block a user