Text Rendering works

This commit is contained in:
Dynamitos
2022-04-15 23:45:44 +02:00
parent eb23264c40
commit 03e1a5784d
70 changed files with 1178 additions and 476 deletions
+1 -2
View File
@@ -1,6 +1,5 @@
#include "EngineTest.h"
#include "MinimalEngine.h"
#include "ThreadPool.h"
#define BOOST_TEST_MODULE SeeleEngine
#include <boost/test/unit_test.hpp>
//#include <vld.h>
@@ -9,7 +8,7 @@ using namespace Seele;
Seele::GlobalFixture::~GlobalFixture()
{
getGlobalThreadPool().waitIdle();
//getGlobalThreadPool().waitIdle();
}
BOOST_TEST_GLOBAL_FIXTURE(GlobalFixture);