Auto stash before rebase of "origin/master"

This commit is contained in:
Stefan Högler
2022-03-26 14:16:35 +01:00
parent 9130a7961f
commit 229ffed964
4 changed files with 16 additions and 17 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ using namespace Seele;
int main()
{
PWindowManager windowManager = new WindowManager();
AssetRegistry::init("C:\\Users\\Dynamitos\\TestSeeleProject");
AssetRegistry::init("/home/dynamitos/TestSeeleProject/");
WindowCreateInfo mainWindowInfo;
mainWindowInfo.title = "SeeleEngine";
mainWindowInfo.width = 1280;