mirror of
https://github.com/MapMakersAndProgrammers/alternativa-editor-mod.git
synced 2025-10-27 18:29:07 -07:00
preview draw and general optimization
This commit is contained in:
@@ -138,6 +138,11 @@ package alternativa.gfx.core{
|
||||
dispatchEvent(new Event(Event.CONTEXT3D_CREATE));
|
||||
}
|
||||
|
||||
public function getContext3D() : Context3D
|
||||
{
|
||||
return this._stage3D.context3D;
|
||||
}
|
||||
|
||||
public function dispose():void{
|
||||
var _local_1:*;
|
||||
this._stage3D.removeEventListener(Event.CONTEXT3D_CREATE, this.onContext3DCreate);
|
||||
|
||||
Reference in New Issue
Block a user