-A little More control about pixel snapping in 2D

This commit is contained in:
Juan Linietsky
2015-10-13 15:53:34 -03:00
parent b3cda43a0f
commit 79e5ced7e6
6 changed files with 18 additions and 3 deletions

View File

@ -516,6 +516,7 @@ OS::OS() {
_target_fps=0;
_render_thread_mode=RENDER_THREAD_SAFE;
_time_scale=1.0;
_pixel_snap=false;
Math::seed(1234567);
}