Started asset refact
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
*/
|
||||
|
||||
#include "engine/engine.h"
|
||||
#include "asset/assetmanager.h"
|
||||
#include "asset/asset.h"
|
||||
#include "util/string.h"
|
||||
#include "input/input.h"
|
||||
|
||||
@@ -23,8 +23,8 @@ int main(int argc, char **argv) {
|
||||
// Setup system path on asset manager
|
||||
if(argc > 0) {
|
||||
stringCopy(
|
||||
ASSET_MANAGER.systemPath, argv[0],
|
||||
sizeof(ASSET_MANAGER.systemPath) / sizeof(char_t)
|
||||
ASSET.systemPath, argv[0],
|
||||
sizeof(ASSET.systemPath) / sizeof(char_t)
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user