View Single Post
hleV
Veteran Member
Join Date: Mar 2007
Location: Lithuania
Old 01-16-2010 , 12:41   Re: Non-sprite set to glow! Fix
Reply With Quote #8

Why would you include Fakemeta for this function
Code:
global_get( glb_maxEntities );
when you can do it with Engine:
Code:
get_global_int(GL_maxEntities);
__________________
hleV is offline