mirror of
https://github.com/panda3d/panda3d.git
synced 2026-04-24 07:29:13 -05:00
support codebase
This commit is contained in:
@@ -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":
|
||||
|
||||
Reference in New Issue
Block a user