Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Correct name of application main class #12

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Oct 30, 2015

  1. Correct name of application main class

    When trying to build the doran_and_parberry application, one receives the
    following error:
    
    Export/html5/haxe/ApplicationMain.hx:267: characters 7-42 : Class not found : Main
    
    Checking the file `ApplicationMain.hx`, one sees that the class is actually
    called `ApplicationMain`.  This change to the project file corrects the
    error and allows the application to be built.
    paultcochrane committed Oct 30, 2015
    Configuration menu
    Copy the full SHA
    9f7099a View commit details
    Browse the repository at this point in the history