Revision 4b59c32...

Go back to digest for 18th September 2011

Bug Fixes in Games

Laszlo Papp committed changes in [gluon] engine/components/scripting/scriptingengine.cpp:

Fix the scriptengine breakage causing non-working game examples

,

The comment was changed in those two lines:
- d->appendScript( asset, className );
- //d->buildScript();
...
+ //d->appendScript( asset, className );
+ d->buildScript();

If it is intentional, it might require further study. That was the culsprit
of the breakage. It was a bit hard and sleep deprivated time to follow git
bisect so long, but the games are at least now working nicely. :)

File Changes

Modified 1 files
  • engine/components/scripting/scriptingengine.cpp
1 files changed in total