Package org.terasology.engine.internal

Examples of org.terasology.engine.internal.TimeLwjgl


    @Override
    public void dispose() {
    }

    private void initTimer() {
        EngineTime time = new TimeLwjgl();
        CoreRegistry.putPermanently(Time.class, time);
    }
View Full Code Here

TOP

Related Classes of org.terasology.engine.internal.TimeLwjgl

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.