Fixed XML Parser not parsing empty XML sheets 100% correctly.
This commit is contained in:
@@ -4,12 +4,10 @@
|
||||
// https://opensource.org/licenses/MIT
|
||||
|
||||
#include "game/DawnGame.hpp"
|
||||
#include "scenes/HelloWorldScene.hpp"
|
||||
#include "vnscenes/VNSceneTest.hpp"
|
||||
#include "vnscenes/Scene1Prologue.hpp"
|
||||
|
||||
using namespace Dawn;
|
||||
|
||||
Scene * Dawn::dawnGameGetInitialScene(DawnGame *game) {
|
||||
// return new HelloWorldScene(game);
|
||||
return new VNSceneTest(game);
|
||||
return new Scene1Prologue(game);
|
||||
}
|
Reference in New Issue
Block a user