A3DUtils: added todo

This commit is contained in:
Yaski
2012-07-11 00:10:20 +06:00
parent a23c39f918
commit 39d8877651

View File

@@ -191,6 +191,7 @@ package alternativa.engine3d.materials {
private static var twoOperandsCommands:Dictionary;
private static const O_CODE:uint = "o".charCodeAt(0);
// TODO: option to turn off auto-prefixes
public static function disassemble(byteCode:ByteArray):String {
if (!twoOperandsCommands) {
twoOperandsCommands = new Dictionary();