SDK:
- fix Codeless Project AssetManager access (thanks to rectalogic) git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9629 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
This commit is contained in:
parent
a98026b700
commit
22aa5acc31
@ -105,6 +105,7 @@ class CodelessProject implements Project {
|
|||||||
lkp = Lookups.fixed(new Object[]{
|
lkp = Lookups.fixed(new Object[]{
|
||||||
this, //project spec requires a project be in its own lookup
|
this, //project spec requires a project be in its own lookup
|
||||||
state, //allow outside code to mark the project as needing saving
|
state, //allow outside code to mark the project as needing saving
|
||||||
|
projectAssetManager,
|
||||||
new ActionProviderImpl(), //Provides standard actions like Build and Clean
|
new ActionProviderImpl(), //Provides standard actions like Build and Clean
|
||||||
new DemoDeleteOperation(),
|
new DemoDeleteOperation(),
|
||||||
new DemoCopyOperation(this),
|
new DemoCopyOperation(this),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user