Winterleaf / OmniEngine.Net

Official repository for the Omni T3D Game Engine
19 stars 11 forks source link

Only have one AsUint method #33

Open lukaspj opened 9 years ago

lukaspj commented 9 years ago

Fix for issue #26 . I chose to keep the one that seemed like it was most up-to-date.

Winterleaf commented 9 years ago

Is that the one the code generator uses?

lukaspj commented 9 years ago

Touché didn't check that. The CodeGenerator uses AsUint i.e. the other one. Shoult AsUint be brought up to date and use that instead?

lukaspj commented 9 years ago

Also, it seems like it's usually referred to as Uint and not UInt in the other functions, so Uint it is.

Winterleaf commented 9 years ago

Yeah,

lukaspj commented 9 years ago

Changed to AsUint