From f030154fe727e25a2afe1f78b3998c2d2dba95e4 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Tue, 18 Aug 2009 09:24:15 +0000 Subject: astyle cleanup, corrects not loading of material textures --- src/core/module.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core/module.cc') diff --git a/src/core/module.cc b/src/core/module.cc index 5dd07b5..6271331 100644 --- a/src/core/module.cc +++ b/src/core/module.cc @@ -14,7 +14,7 @@ namespace core Module* Module::module_instance = 0; Module::Module(const char *name, bool interactive) : - module_name(name) + module_name(name) { module_running = true; module_interactive = interactive; -- cgit v1.2.3