mirror of
https://github.com/MapMakersAndProgrammers/Alternativa3D.git
synced 2025-10-27 02:19:11 -07:00
A3DUtils: added todo
This commit is contained in:
@@ -191,6 +191,7 @@ package alternativa.engine3d.materials {
|
|||||||
private static var twoOperandsCommands:Dictionary;
|
private static var twoOperandsCommands:Dictionary;
|
||||||
private static const O_CODE:uint = "o".charCodeAt(0);
|
private static const O_CODE:uint = "o".charCodeAt(0);
|
||||||
|
|
||||||
|
// TODO: option to turn off auto-prefixes
|
||||||
public static function disassemble(byteCode:ByteArray):String {
|
public static function disassemble(byteCode:ByteArray):String {
|
||||||
if (!twoOperandsCommands) {
|
if (!twoOperandsCommands) {
|
||||||
twoOperandsCommands = new Dictionary();
|
twoOperandsCommands = new Dictionary();
|
||||||
|
|||||||
Reference in New Issue
Block a user