XTDStudios / DMT

Dynamically Mapping Textures
101 stars 13 forks source link

XTDcommon.swc not up to date. #16

Closed gsynuh closed 10 years ago

gsynuh commented 10 years ago

Hi, this is just an assumption I made because Rasterizer.as calls isIdentMatrix (https://github.com/XTDStudios/DMT/blob/master/DMT/src/com/xtdstudios/DMT/raster/Rasterizer.as#L185 ) but the XTDCommon.swc contained in this repository contains a differently named version of this function (compared to the src of xtd common) so it might just be not up to date ( the "m" in matrix is either uppercase or not and that causes a compile error if you use XTDcommon.swc + DMT source within this repo.

gilamran commented 10 years ago

Fixed, thanks