From 9f33134c93ecbadda70e8eefc50563e29b2eb7f2 Mon Sep 17 00:00:00 2001 From: Juan Linietsky Date: Sat, 5 Apr 2014 12:39:30 -0300 Subject: -Support for changing fonts -Detect when free() might crash the project and throw error -fixed 2D Bounce in physics (3d still broken) -renamed “on_top” property to “behind_parent”, which makes more sense, old on_top remains there for compatibility but is invisible. -large amount of fixes --- modules/SCsub | 1 - 1 file changed, 1 deletion(-) (limited to 'modules/SCsub') diff --git a/modules/SCsub b/modules/SCsub index 2cd2eeae8..9b42a14e3 100644 --- a/modules/SCsub +++ b/modules/SCsub @@ -10,7 +10,6 @@ env.modules_sources=[ #env.add_source_files(env.modules_sources,"*.cpp") Export('env') - for x in env.module_list: if (x in env.disabled_modules): continue -- cgit v1.2.3-70-g09d2