Set the log level to trace.

This commit is contained in:
Eryn Wells 2014-08-02 00:02:11 -07:00
parent 97a172bbe9
commit 0346e21ebd

View file

@ -41,7 +41,7 @@ main(int argc,
Scene scene;
Log::Init("charles.log");
Log::Init("charles.log", 50);
scene.get_ambient().set_intensity(1.0);