Add logger use to test app

This commit is contained in:
Tulpen 2023-05-23 15:06:13 +01:00
parent efc54145b7
commit cf55551ad6

View file

@ -21,6 +21,8 @@ void main() {
ubyte red = 0;
bool increase = true;
logger(LoggingSeverity.Information, "Started Hibis test app! BEHOLD: Colours.");
while (renderer.keepOpen) {
engine.runNodeProcesses();