Browse Source

Cleanups.

Mark Sibly 7 years ago
parent
commit
584d52a4fe
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/mx2cc/parser.monkey2

+ 2 - 2
src/mx2cc/parser.monkey2

@@ -24,8 +24,8 @@ Class Parser
 		
 		
 		If Builder.opts.geninfo
 		If Builder.opts.geninfo
 			Local dir:=ExtractDir( srcPath )
 			Local dir:=ExtractDir( srcPath )
-			Local name:=StripExt( StripDir( srcPath ) )
-			local path:=dir+".mx2/"+name+".monkey2"
+			Local name:=StripDir( srcPath )
+			local path:=dir+".mx2/"+name
 			If GetFileType( path )=FileType.File srcPath=path
 			If GetFileType( path )=FileType.File srcPath=path
 		Endif
 		Endif